Builder

class Builder
Result containing the signed and encoded transaction.
Protobuf type TW.Filecoin.Proto.SigningOutput

Functions

Link copied to clipboard
Error description.
string error_message = 2;
Link copied to clipboard
Resulting transaction, in JSON.
string json = 1;
Link copied to clipboard
Error description.
string error_message = 2;
Link copied to clipboard
open fun getErrorMessageBytes(): ByteString
Error description.
string error_message = 2;
Link copied to clipboard
open fun getJson(): String
Resulting transaction, in JSON.
string json = 1;
Link copied to clipboard
open fun getJsonBytes(): ByteString
Resulting transaction, in JSON.
string json = 1;
Link copied to clipboard
Error description.
string error_message = 2;
Link copied to clipboard
Error description.
string error_message = 2;
Link copied to clipboard
Resulting transaction, in JSON.
string json = 1;
Link copied to clipboard
open fun setJsonBytes(value: ByteString): Filecoin.SigningOutput.Builder
Resulting transaction, in JSON.
string json = 1;