Transaction
Transaction structure, used internally
Content copied to clipboard
TW.Binance.Proto.Transaction
Types
Functions
Link copied to clipboard
Link copied to clipboard
a short sentence of remark for the transaction, only for `Transfer` transactions.
Content copied to clipboard
string memo = 3;
Link copied to clipboard
array of size 1, containing the transaction message, which are one of the transaction type below
Content copied to clipboard
repeated bytes msgs = 1;
Link copied to clipboard
array of size 1, containing the transaction message, which are one of the transaction type below
Content copied to clipboard
repeated bytes msgs = 1;
Link copied to clipboard
array of size 1, containing the standard signature structure of the transaction sender
Content copied to clipboard
repeated bytes signatures = 2;
Link copied to clipboard
array of size 1, containing the standard signature structure of the transaction sender
Content copied to clipboard
repeated bytes signatures = 2;
Link copied to clipboard
array of size 1, containing the standard signature structure of the transaction sender
Content copied to clipboard
repeated bytes signatures = 2;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Transaction
Link copied to clipboard