Transaction Plan
Describes a preliminary transaction plan.
Content copied to clipboard
TW.Cardano.Proto.TransactionPlan
Types
Functions
Link copied to clipboard
total coins in the utxos
Content copied to clipboard
uint64 available_amount = 1;
Link copied to clipboard
total tokens in the utxos (optional)
Content copied to clipboard
repeated .TW.Cardano.Proto.TokenAmount available_tokens = 5;
Link copied to clipboard
total tokens in the utxos (optional)
Content copied to clipboard
repeated .TW.Cardano.Proto.TokenAmount available_tokens = 5;
Link copied to clipboard
total tokens in the utxos (optional)
Content copied to clipboard
repeated .TW.Cardano.Proto.TokenAmount available_tokens = 5;
Link copied to clipboard
total tokens in the utxos (optional)
Content copied to clipboard
repeated .TW.Cardano.Proto.TokenAmount available_tokens = 5;
Link copied to clipboard
total tokens in the utxos (optional)
Content copied to clipboard
repeated .TW.Cardano.Proto.TokenAmount available_tokens = 5;
Link copied to clipboard
tokens in the change (optional)
Content copied to clipboard
repeated .TW.Cardano.Proto.TokenAmount change_tokens = 7;
Link copied to clipboard
tokens in the change (optional)
Content copied to clipboard
repeated .TW.Cardano.Proto.TokenAmount change_tokens = 7;
Link copied to clipboard
tokens in the change (optional)
Content copied to clipboard
repeated .TW.Cardano.Proto.TokenAmount change_tokens = 7;
Link copied to clipboard
tokens in the change (optional)
Content copied to clipboard
repeated .TW.Cardano.Proto.TokenAmount change_tokens = 7;
Link copied to clipboard
tokens in the change (optional)
Content copied to clipboard
repeated .TW.Cardano.Proto.TokenAmount change_tokens = 7;
Link copied to clipboard
Link copied to clipboard
coins deposited (going to deposit) in this TX
Content copied to clipboard
uint64 deposit = 10;
Link copied to clipboard
Optional error
Content copied to clipboard
.TW.Common.Proto.SigningError error = 9;
Link copied to clipboard
tokens in the output (optional)
Content copied to clipboard
repeated .TW.Cardano.Proto.TokenAmount output_tokens = 6;
Link copied to clipboard
tokens in the output (optional)
Content copied to clipboard
repeated .TW.Cardano.Proto.TokenAmount output_tokens = 6;
Link copied to clipboard
tokens in the output (optional)
Content copied to clipboard
repeated .TW.Cardano.Proto.TokenAmount output_tokens = 6;
Link copied to clipboard
tokens in the output (optional)
Content copied to clipboard
repeated .TW.Cardano.Proto.TokenAmount output_tokens = 6;
Link copied to clipboard
tokens in the output (optional)
Content copied to clipboard
repeated .TW.Cardano.Proto.TokenAmount output_tokens = 6;
Link copied to clipboard
coins undeposited (coming from deposit) in this TX
Content copied to clipboard
uint64 undeposit = 11;
Link copied to clipboard
The selected UTXOs, subset ot the input UTXOs
Content copied to clipboard
repeated .TW.Cardano.Proto.TxInput utxos = 8;
Link copied to clipboard
The selected UTXOs, subset ot the input UTXOs
Content copied to clipboard
repeated .TW.Cardano.Proto.TxInput utxos = 8;
Link copied to clipboard
The selected UTXOs, subset ot the input UTXOs
Content copied to clipboard
repeated .TW.Cardano.Proto.TxInput utxos = 8;
Link copied to clipboard
The selected UTXOs, subset ot the input UTXOs
Content copied to clipboard
repeated .TW.Cardano.Proto.TxInput utxos = 8;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TransactionPlan
Link copied to clipboard
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): TransactionPlan