Builder

class Builder
Signed Action
Used internally
Protobuf type TW.IoTeX.Proto.Action

Functions

Link copied to clipboard
Action details
.TW.IoTeX.Proto.ActionCore core = 1;
Link copied to clipboard
public key
bytes senderPubKey = 2;
Link copied to clipboard
the signature
bytes signature = 3;
Link copied to clipboard
open fun getCore(): ActionCore
Action details
.TW.IoTeX.Proto.ActionCore core = 1;
Link copied to clipboard
open fun getSenderPubKey(): ByteString
public key
bytes senderPubKey = 2;
Link copied to clipboard
open fun getSignature(): ByteString
the signature
bytes signature = 3;
Link copied to clipboard
open fun hasCore(): Boolean
Action details
.TW.IoTeX.Proto.ActionCore core = 1;
Link copied to clipboard
open fun mergeCore(value: ActionCore): IoTeX.Action.Builder
Action details
.TW.IoTeX.Proto.ActionCore core = 1;
Link copied to clipboard
open fun setCore(builderForValue: Builder): IoTeX.Action.Builder
open fun setCore(value: ActionCore): IoTeX.Action.Builder
Action details
.TW.IoTeX.Proto.ActionCore core = 1;
Link copied to clipboard
open fun setSenderPubKey(value: ByteString): IoTeX.Action.Builder
public key
bytes senderPubKey = 2;
Link copied to clipboard
open fun setSignature(value: ByteString): IoTeX.Action.Builder
the signature
bytes signature = 3;