interface AddStake {
    add_stake_fee: bigint;
    amount_added: bigint;
    delegator_address: string;
    pool_address: string;
}

Properties

add_stake_fee: bigint
amount_added: bigint
delegator_address: string
pool_address: string