Preparing search index...
The search index is not available
@oasisprotocol/client
@oasisprotocol/client
types
StakingEscrowEvent
Interface StakingEscrowEvent
EscrowEvent is an escrow event.
interface
StakingEscrowEvent
{
add
?:
StakingAddEscrowEvent
;
debonding_start
?:
StakingDebondingStartEscrowEvent
;
reclaim
?:
StakingReclaimEscrowEvent
;
take
?:
StakingTakeEscrowEvent
;
}
Index
Properties
add?
debonding_
start?
reclaim?
take?
Properties
Optional
add
add
?:
StakingAddEscrowEvent
Optional
debonding_
start
debonding_
start
?:
StakingDebondingStartEscrowEvent
Optional
reclaim
reclaim
?:
StakingReclaimEscrowEvent
Optional
take
take
?:
StakingTakeEscrowEvent
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
debonding_
start
reclaim
take
@oasisprotocol/client
Loading...
EscrowEvent is an escrow event.