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

Properties

amount_added: bigint
pool_address: string