Preparing search index...
The search index is not available
@sentio/sdk
@sentio/sdk
aptos/builtin
_0x1
delegation_pool
DelegationPool
Interface DelegationPool
interface
DelegationPool
{
active_shares
:
_0x1
.
pool_u64_unbound
.
Pool
;
add_stake_events
:
_0x1
.
event
.
EventHandle
<
_0x1
.
delegation_pool
.
AddStakeEvent
,
>
;
distribute_commission_events
:
_0x1
.
event
.
EventHandle
<
_0x1
.
delegation_pool
.
DistributeCommissionEvent
,
>
;
inactive_shares
:
_0x1
.
table
.
Table
<
_0x1
.
delegation_pool
.
ObservedLockupCycle
,
_0x1
.
pool_u64_unbound
.
Pool
,
>
;
observed_lockup_cycle
:
_0x1
.
delegation_pool
.
ObservedLockupCycle
;
operator_commission_percentage
:
bigint
;
pending_withdrawals
:
_0x1
.
table
.
Table
<
string
,
_0x1
.
delegation_pool
.
ObservedLockupCycle
,
>
;
reactivate_stake_events
:
_0x1
.
event
.
EventHandle
<
_0x1
.
delegation_pool
.
ReactivateStakeEvent
,
>
;
stake_pool_signer_cap
:
_0x1
.
account
.
SignerCapability
;
total_coins_inactive
:
bigint
;
unlock_stake_events
:
_0x1
.
event
.
EventHandle
<
_0x1
.
delegation_pool
.
UnlockStakeEvent
,
>
;
withdraw_stake_events
:
_0x1
.
event
.
EventHandle
<
_0x1
.
delegation_pool
.
WithdrawStakeEvent
,
>
;
}
Index
Properties
active_
shares
add_
stake_
events
distribute_
commission_
events
inactive_
shares
observed_
lockup_
cycle
operator_
commission_
percentage
pending_
withdrawals
reactivate_
stake_
events
stake_
pool_
signer_
cap
total_
coins_
inactive
unlock_
stake_
events
withdraw_
stake_
events
Properties
active_
shares
active_shares
:
_0x1
.
pool_u64_unbound
.
Pool
add_
stake_
events
add_stake_events
:
_0x1
.
event
.
EventHandle
<
_0x1
.
delegation_pool
.
AddStakeEvent
>
distribute_
commission_
events
distribute_commission_events
:
_0x1
.
event
.
EventHandle
<
_0x1
.
delegation_pool
.
DistributeCommissionEvent
,
>
inactive_
shares
inactive_shares
:
_0x1
.
table
.
Table
<
_0x1
.
delegation_pool
.
ObservedLockupCycle
,
_0x1
.
pool_u64_unbound
.
Pool
,
>
observed_
lockup_
cycle
observed_lockup_cycle
:
_0x1
.
delegation_pool
.
ObservedLockupCycle
operator_
commission_
percentage
operator_commission_percentage
:
bigint
pending_
withdrawals
pending_withdrawals
:
_0x1
.
table
.
Table
<
string
,
_0x1
.
delegation_pool
.
ObservedLockupCycle
,
>
reactivate_
stake_
events
reactivate_stake_events
:
_0x1
.
event
.
EventHandle
<
_0x1
.
delegation_pool
.
ReactivateStakeEvent
,
>
stake_
pool_
signer_
cap
stake_pool_signer_cap
:
_0x1
.
account
.
SignerCapability
total_
coins_
inactive
total_coins_inactive
:
bigint
unlock_
stake_
events
unlock_stake_events
:
_0x1
.
event
.
EventHandle
<
_0x1
.
delegation_pool
.
UnlockStakeEvent
,
>
withdraw_
stake_
events
withdraw_stake_events
:
_0x1
.
event
.
EventHandle
<
_0x1
.
delegation_pool
.
WithdrawStakeEvent
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active_
shares
add_
stake_
events
distribute_
commission_
events
inactive_
shares
observed_
lockup_
cycle
operator_
commission_
percentage
pending_
withdrawals
reactivate_
stake_
events
stake_
pool_
signer_
cap
total_
coins_
inactive
unlock_
stake_
events
withdraw_
stake_
events
@sentio/sdk
Loading...