ActionOrBuilder

interface ActionOrBuilder

Functions

Link copied to clipboard
abstract fun getCore(): ActionCore
Action details
.TW.IoTeX.Proto.ActionCore core = 1;
Link copied to clipboard
abstract fun getSenderPubKey(): ByteString
public key
bytes senderPubKey = 2;
Link copied to clipboard
abstract fun getSignature(): ByteString
the signature
bytes signature = 3;
Link copied to clipboard
abstract fun hasCore(): Boolean
Action details
.TW.IoTeX.Proto.ActionCore core = 1;

Inheritors

Link copied to clipboard