Transaction
A transfer transaction
Content copied to clipboard
TW.Decred.Proto.Transaction
Types
Functions
Link copied to clipboard
Link copied to clipboard
A list of 1 or more transaction inputs or sources for coins.
Content copied to clipboard
repeated .TW.Decred.Proto.TransactionInput inputs = 3;
Link copied to clipboard
A list of 1 or more transaction inputs or sources for coins.
Content copied to clipboard
repeated .TW.Decred.Proto.TransactionInput inputs = 3;
Link copied to clipboard
A list of 1 or more transaction inputs or sources for coins.
Content copied to clipboard
repeated .TW.Decred.Proto.TransactionInput inputs = 3;
Link copied to clipboard
A list of 1 or more transaction inputs or sources for coins.
Content copied to clipboard
repeated .TW.Decred.Proto.TransactionInput inputs = 3;
Link copied to clipboard
The time when a transaction can be spent (usually zero, in which case it has no effect).
Content copied to clipboard
uint32 lockTime = 5;
Link copied to clipboard
A list of 1 or more transaction outputs or destinations for coins
Content copied to clipboard
repeated .TW.Decred.Proto.TransactionOutput outputs = 4;
Link copied to clipboard
A list of 1 or more transaction outputs or destinations for coins
Content copied to clipboard
repeated .TW.Decred.Proto.TransactionOutput outputs = 4;
Link copied to clipboard
A list of 1 or more transaction outputs or destinations for coins
Content copied to clipboard
repeated .TW.Decred.Proto.TransactionOutput outputs = 4;
Link copied to clipboard
A list of 1 or more transaction outputs or destinations for coins
Content copied to clipboard
repeated .TW.Decred.Proto.TransactionOutput outputs = 4;
Link copied to clipboard
A list of 1 or more transaction outputs or destinations for coins
Content copied to clipboard
repeated .TW.Decred.Proto.TransactionOutput outputs = 4;
Link copied to clipboard
Serialization format
Content copied to clipboard
uint32 serializeType = 1;
Link copied to clipboard
Transaction data format version
Content copied to clipboard
uint32 version = 2;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Transaction
Link copied to clipboard