Preparing search index...
The search index is not available
@oasisprotocol/client
@oasisprotocol/client
types
StakingAllowanceChangeEvent
Interface StakingAllowanceChangeEvent
AllowanceChangeEvent is the event emitted when allowance is changed for a beneficiary.
interface
StakingAllowanceChangeEvent
{
allowance
:
Uint8Array
;
amount_change
:
Uint8Array
;
beneficiary
:
Uint8Array
;
negative
?:
boolean
;
owner
:
Uint8Array
;
}
Index
Properties
allowance
amount_
change
beneficiary
negative?
owner
Properties
allowance
allowance
:
Uint8Array
amount_
change
amount_
change
:
Uint8Array
beneficiary
beneficiary
:
Uint8Array
Optional
negative
negative
?:
boolean
owner
owner
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowance
amount_
change
beneficiary
negative
owner
@oasisprotocol/client
Loading...
AllowanceChangeEvent is the event emitted when allowance is changed for a beneficiary.