interface BaseStakePoolArgs {
    stakePool: Address;
    stakePoolMint: Address;
}

Hierarchy (View Summary)

Properties

stakePool: Address
stakePoolMint: Address