Builder

class Builder
Input data necessary to create a signed transaction.
Protobuf type TW.Nimiq.Proto.SigningInput

Functions

Link copied to clipboard
Destination address
string destination = 2;
Link copied to clipboard
Fee amount
uint64 fee = 4;
Link copied to clipboard
The secret private key used for signing (32 bytes).
bytes private_key = 1;
Link copied to clipboard
Validity start, in block height
uint32 validity_start_height = 5;
Link copied to clipboard
Amount of the transfer
uint64 value = 3;
Link copied to clipboard
Destination address
string destination = 2;
Link copied to clipboard
open fun getDestinationBytes(): ByteString
Destination address
string destination = 2;
Link copied to clipboard
open fun getFee(): Long
Fee amount
uint64 fee = 4;
Link copied to clipboard
open fun getPrivateKey(): ByteString
The secret private key used for signing (32 bytes).
bytes private_key = 1;
Link copied to clipboard
Validity start, in block height
uint32 validity_start_height = 5;
Link copied to clipboard
open fun getValue(): Long
Amount of the transfer
uint64 value = 3;
Link copied to clipboard
Destination address
string destination = 2;
Link copied to clipboard
open fun setDestinationBytes(value: ByteString): Nimiq.SigningInput.Builder
Destination address
string destination = 2;
Link copied to clipboard
Fee amount
uint64 fee = 4;
Link copied to clipboard
open fun setPrivateKey(value: ByteString): Nimiq.SigningInput.Builder
The secret private key used for signing (32 bytes).
bytes private_key = 1;
Link copied to clipboard
Validity start, in block height
uint32 validity_start_height = 5;
Link copied to clipboard
Amount of the transfer
uint64 value = 3;