Builder

class Builder
Input data necessary to create a signed Tezos transaction.
Next field: 3
Protobuf type TW.Tezos.Proto.SigningInput

Functions

Link copied to clipboard
Encoded operation bytes obtained with $RPC_URL/chains/main/blocks/head/helpers/forge/operations, operation_list will be ignored.
bytes encoded_operations = 2;
Link copied to clipboard
One or more operations
.TW.Tezos.Proto.OperationList operation_list = 1;
Link copied to clipboard
The secret private key used for signing (32 bytes).
bytes private_key = 3;
Link copied to clipboard
open fun getEncodedOperations(): ByteString
Encoded operation bytes obtained with $RPC_URL/chains/main/blocks/head/helpers/forge/operations, operation_list will be ignored.
bytes encoded_operations = 2;
Link copied to clipboard
open fun getOperationList(): OperationList
One or more operations
.TW.Tezos.Proto.OperationList operation_list = 1;
Link copied to clipboard
open fun getPrivateKey(): ByteString
The secret private key used for signing (32 bytes).
bytes private_key = 3;
Link copied to clipboard
One or more operations
.TW.Tezos.Proto.OperationList operation_list = 1;
Link copied to clipboard
open fun mergeOperationList(value: OperationList): Tezos.SigningInput.Builder
One or more operations
.TW.Tezos.Proto.OperationList operation_list = 1;
Link copied to clipboard
Encoded operation bytes obtained with $RPC_URL/chains/main/blocks/head/helpers/forge/operations, operation_list will be ignored.
bytes encoded_operations = 2;
Link copied to clipboard
open fun setOperationList(builderForValue: Builder): Tezos.SigningInput.Builder
open fun setOperationList(value: OperationList): Tezos.SigningInput.Builder
One or more operations
.TW.Tezos.Proto.OperationList operation_list = 1;
Link copied to clipboard
open fun setPrivateKey(value: ByteString): Tezos.SigningInput.Builder
The secret private key used for signing (32 bytes).
bytes private_key = 3;