SigningInputOrBuilder

Functions

Link copied to clipboard
abstract 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
abstract fun getOperationList(): OperationList
One or more operations
.TW.Tezos.Proto.OperationList operation_list = 1;
Link copied to clipboard
abstract fun getPrivateKey(): ByteString
The secret private key used for signing (32 bytes).
bytes private_key = 3;
Link copied to clipboard
abstract fun hasOperationList(): Boolean
One or more operations
.TW.Tezos.Proto.OperationList operation_list = 1;

Inheritors

Link copied to clipboard