@hiveio/workerbee v1.27.6-rc9-stable.241105120322 / IQueenBee
Interface: IQueenBee
Methods
accountFullManabar()
accountFullManabar(
name
):Subscribable
<ApiAccount
>
Observes given account and notifies when its manabar is 98 percent loaded Note: This function will be called on every new block detected if manabar is full on every new block
Parameters
• name: string
account name to observe
Returns
Subscribable
<ApiAccount
>
subscribable object that will call next
each time time its manabar is 98 percent loaded
Defined in
accountOperations()
accountOperations(
name
):Subscribable
<IOperationData
>
Observes given account and notifies when new operation in blockchain related to the given account is detected (no virtual operations for now)
Parameters
• name: string
account name to observe
Returns
Subscribable
<IOperationData
>
subscribable object that will call next
on every operation related to the given account
Defined in
block()
block(blockId)
block(
blockId
):Subscribable
<IBlockData
>
Observes block with given id and notifies on its detection
Parameters
• blockId: string
block id to observe
Returns
Subscribable
<IBlockData
>
subscribable object that will call next
only once and completes
Defined in
block(blockNumber)
block(
blockNumber
):Subscribable
<IBlockData
>
Observes block with given number and notifies on its detection
Parameters
• blockNumber: number
block number to observe
Returns
Subscribable
<IBlockData
>
subscribable object that will call next
only once and completes
Defined in
transaction()
transaction(
transactionId
):Subscribable
<ITransactionData
>
Observes transaction with given id and notifies on its detection
Parameters
• transactionId: string
transaction id to observe
Returns
Subscribable
<ITransactionData
>
subscribable object that will call next
only once and completes