Builder

class Builder
Generic transaction
Protobuf type TW.Zilliqa.Proto.Transaction

Functions

Link copied to clipboard
Link copied to clipboard
.TW.Zilliqa.Proto.Transaction.Raw raw_transaction = 2;
Link copied to clipboard
.TW.Zilliqa.Proto.Transaction.Transfer transfer = 1;
Link copied to clipboard
open fun getRawTransaction(): Raw
.TW.Zilliqa.Proto.Transaction.Raw raw_transaction = 2;
Link copied to clipboard
open fun getTransfer(): Transfer
.TW.Zilliqa.Proto.Transaction.Transfer transfer = 1;
Link copied to clipboard
.TW.Zilliqa.Proto.Transaction.Raw raw_transaction = 2;
Link copied to clipboard
open fun hasTransfer(): Boolean
.TW.Zilliqa.Proto.Transaction.Transfer transfer = 1;
Link copied to clipboard
.TW.Zilliqa.Proto.Transaction.Raw raw_transaction = 2;
Link copied to clipboard
open fun mergeTransfer(value: Transfer): Zilliqa.Transaction.Builder
.TW.Zilliqa.Proto.Transaction.Transfer transfer = 1;
Link copied to clipboard
open fun setRawTransaction(builderForValue: Builder): Zilliqa.Transaction.Builder
.TW.Zilliqa.Proto.Transaction.Raw raw_transaction = 2;
Link copied to clipboard
open fun setTransfer(builderForValue: Builder): Zilliqa.Transaction.Builder
open fun setTransfer(value: Transfer): Zilliqa.Transaction.Builder
.TW.Zilliqa.Proto.Transaction.Transfer transfer = 1;