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
:
EventHandle
<
_0x1
.
delegation_pool
.
AddStakeEvent
>
;
distribute_commission_events
:
EventHandle
<
DistributeCommissionEvent
>
;
inactive_shares
:
_0x1
.
table
.
Table
<
ObservedLockupCycle
,
_0x1
.
pool_u64_unbound
.
Pool
>
;
observed_lockup_cycle
:
ObservedLockupCycle
;
operator_commission_percentage
:
bigint
;
pending_withdrawals
:
_0x1
.
table
.
Table
<
string
,
ObservedLockupCycle
>
;
reactivate_stake_events
:
EventHandle
<
_0x1
.
delegation_pool
.
ReactivateStakeEvent
>
;
stake_pool_signer_cap
:
SignerCapability
;
total_coins_inactive
:
bigint
;
unlock_stake_events
:
EventHandle
<
_0x1
.
delegation_pool
.
UnlockStakeEvent
>
;
withdraw_stake_events
:
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
:
EventHandle
<
_0x1
.
delegation_pool
.
AddStakeEvent
>
distribute_
commission_
events
distribute_
commission_
events
:
EventHandle
<
DistributeCommissionEvent
>
inactive_
shares
inactive_
shares
:
_0x1
.
table
.
Table
<
ObservedLockupCycle
,
_0x1
.
pool_u64_unbound
.
Pool
>
observed_
lockup_
cycle
observed_
lockup_
cycle
:
ObservedLockupCycle
operator_
commission_
percentage
operator_
commission_
percentage
:
bigint
pending_
withdrawals
pending_
withdrawals
:
_0x1
.
table
.
Table
<
string
,
ObservedLockupCycle
>
reactivate_
stake_
events
reactivate_
stake_
events
:
EventHandle
<
_0x1
.
delegation_pool
.
ReactivateStakeEvent
>
stake_
pool_
signer_
cap
stake_
pool_
signer_
cap
:
SignerCapability
total_
coins_
inactive
total_
coins_
inactive
:
bigint
unlock_
stake_
events
unlock_
stake_
events
:
EventHandle
<
_0x1
.
delegation_pool
.
UnlockStakeEvent
>
withdraw_
stake_
events
withdraw_
stake_
events
:
EventHandle
<
_0x1
.
delegation_pool
.
WithdrawStakeEvent
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
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...