Preparing search index...
The search index is not available
@oasisprotocol/client
@oasisprotocol/client
types
StakingAddEscrowEvent
Interface StakingAddEscrowEvent
AddEscrowEvent is the event emitted when stake is transferred into an escrow account.
interface
StakingAddEscrowEvent
{
amount
:
Uint8Array
;
escrow
:
Uint8Array
;
new_shares
:
Uint8Array
;
owner
:
Uint8Array
;
}
Index
Properties
amount
escrow
new_
shares
owner
Properties
amount
amount
:
Uint8Array
escrow
escrow
:
Uint8Array
new_
shares
new_
shares
:
Uint8Array
owner
owner
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
escrow
new_
shares
owner
@oasisprotocol/client
Loading...
AddEscrowEvent is the event emitted when stake is transferred into an escrow account.