Preparing search index...
The search index is not available
@oasisprotocol/client
@oasisprotocol/client
types
StakingEvent
Interface StakingEvent
Event signifies a staking event, returned via GetEvents.
interface
StakingEvent
{
allowance_change
?:
StakingAllowanceChangeEvent
;
burn
?:
StakingBurnEvent
;
escrow
?:
StakingEscrowEvent
;
height
?:
longnum
;
transfer
?:
StakingTransferEvent
;
tx_hash
?:
Uint8Array
;
}
Index
Properties
allowance_
change?
burn?
escrow?
height?
transfer?
tx_
hash?
Properties
Optional
allowance_
change
allowance_
change
?:
StakingAllowanceChangeEvent
Optional
burn
burn
?:
StakingBurnEvent
Optional
escrow
escrow
?:
StakingEscrowEvent
Optional
height
height
?:
longnum
Optional
transfer
transfer
?:
StakingTransferEvent
Optional
tx_
hash
tx_
hash
?:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowance_
change
burn
escrow
height
transfer
tx_
hash
@oasisprotocol/client
Loading...
Event signifies a staking event, returned via GetEvents.