Builder

class Builder
Delegate funds in this account to a specified staking pool.
Protobuf type TW.Cardano.Proto.Delegate

Functions

Link copied to clipboard
Amount deposited in this TX. Should be 0. If not set correctly, TX will be rejected. See also RegisterStakingKey.deposit_amount.
uint64 deposit_amount = 3;
Link copied to clipboard
PoolID of staking pool
bytes pool_id = 2;
Link copied to clipboard
Staking address (as string)
string staking_address = 1;
Link copied to clipboard
Amount deposited in this TX. Should be 0. If not set correctly, TX will be rejected. See also RegisterStakingKey.deposit_amount.
uint64 deposit_amount = 3;
Link copied to clipboard
open fun getPoolId(): ByteString
PoolID of staking pool
bytes pool_id = 2;
Link copied to clipboard
Staking address (as string)
string staking_address = 1;
Link copied to clipboard
open fun getStakingAddressBytes(): ByteString
Staking address (as string)
string staking_address = 1;
Link copied to clipboard
Amount deposited in this TX. Should be 0. If not set correctly, TX will be rejected. See also RegisterStakingKey.deposit_amount.
uint64 deposit_amount = 3;
Link copied to clipboard
open fun setPoolId(value: ByteString): Cardano.Delegate.Builder
PoolID of staking pool
bytes pool_id = 2;
Link copied to clipboard
Staking address (as string)
string staking_address = 1;
Link copied to clipboard
Staking address (as string)
string staking_address = 1;