Transfer Or Builder
interface TransferOrBuilder
Functions
Link copied to clipboard
Change address
Content copied to clipboard
string change_address = 2;
Link copied to clipboard
Change address
Content copied to clipboard
string change_address = 2;
Link copied to clipboard
Optional fee overriding. If left to 0, optimal fee will be calculated. If set, exactly this value will be used as fee.
Use it with care, it may result in underfunded or wasteful fee.
Content copied to clipboard
uint64 force_fee = 6;
Link copied to clipboard
Destination address as string
Content copied to clipboard
string to_address = 1;
Link copied to clipboard
Destination address as string
Content copied to clipboard
string to_address = 1;
Link copied to clipboard
Optional token(s) to be transferred
Currently only one token type to be transferred per transaction is supported
Content copied to clipboard
.TW.Cardano.Proto.TokenBundle token_amount = 4;
Link copied to clipboard
Request max amount option. If set, tx will send all possible amounts from all inputs, including all tokens; there will be no change; requested amount and token_amount is disregarded in this case.
Content copied to clipboard
bool use_max_amount = 5;
Link copied to clipboard
Optional token(s) to be transferred
Currently only one token type to be transferred per transaction is supported
Content copied to clipboard
.TW.Cardano.Proto.TokenBundle token_amount = 4;