Module spl_stake_pool::stake_program[][src]

Expand description

FIXME copied from the solana stake program

Structs

Authorized

FIXME copied from the stake program

Delegation

FIXME copied from the stake program

Lockup

FIXME copied from the stake program

Meta

FIXME copied from the stake program

Stake

FIXME copied from the stake program

Enums

StakeAuthorize

FIXME copied from the stake program

StakeInstruction

FIXME copied from solana stake program

StakeState

FIXME copied from the stake program

Statics

ID

The static program ID

Functions

active_delegations_can_merge

FIXME copied from stake program Checks if two active delegations are mergeable, required since we cannot recover from a CPI error.

active_stakes_can_merge

FIXME copied from stake program Checks if two active stakes are mergeable, required since we cannot recover from a CPI error.

authorize

FIXME copied from the stake program

check_id

Confirms that a given pubkey is equivalent to the program ID

config_id

Id for stake config account

create_account

FIXME copied from the stake program

deactivate_stake

FIXME copied from stake program

delegate_stake

FIXME copied from the stake program

id

Returns the program ID

initialize

FIXME copied from the stake program

merge

FIXME copied from the stake program

split_only

FIXME copied from the stake program