public interface AccountMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
string address = 1; |
com.google.protobuf.ByteString |
getAddressBytes()
string address = 1; |
String |
getBalance()
string balance = 2; |
com.google.protobuf.ByteString |
getBalanceBytes()
string balance = 2; |
com.google.protobuf.ByteString |
getContractByteCode()
bytes contractByteCode = 7; |
boolean |
getIsContract()
bool isContract = 6; |
long |
getNonce()
uint64 nonce = 3; |
long |
getNumActions()
uint64 numActions = 5; |
long |
getPendingNonce()
uint64 pendingNonce = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAddress()
string address = 1;com.google.protobuf.ByteString getAddressBytes()
string address = 1;String getBalance()
string balance = 2;com.google.protobuf.ByteString getBalanceBytes()
string balance = 2;long getNonce()
uint64 nonce = 3;long getPendingNonce()
uint64 pendingNonce = 4;long getNumActions()
uint64 numActions = 5;boolean getIsContract()
bool isContract = 6;com.google.protobuf.ByteString getContractByteCode()
bytes contractByteCode = 7;Copyright © 2022 IoTeX Group. All rights reserved.