public static final class Protocol.Account extends com.google.protobuf.GeneratedMessageV3 implements Protocol.AccountOrBuilder
AccountProtobuf type
protocol.Account
Modifier and Type | Class and Description |
---|---|
static class |
Protocol.Account.AccountResource
Protobuf type
protocol.Account.AccountResource |
static interface |
Protocol.Account.AccountResourceOrBuilder |
static class |
Protocol.Account.Builder
Account
Protobuf type
protocol.Account |
static class |
Protocol.Account.Frozen
frozen balance
Protobuf type
protocol.Account.Frozen |
static interface |
Protocol.Account.FrozenOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Method and Description |
---|---|
boolean |
containsAsset(String key)
the other asset owned by this account
map<string, int64> asset = 6; |
boolean |
containsAssetV2(String key)
the other asset owned by this account,key is assetId
map<string, int64> assetV2 = 56; |
boolean |
containsFreeAssetNetUsage(String key)
map<string, int64> free_asset_net_usage = 20; |
boolean |
containsFreeAssetNetUsageV2(String key)
map<string, int64> free_asset_net_usageV2 = 59; |
boolean |
containsLatestAssetOperationTime(String key)
map<string, int64> latest_asset_operation_time = 18; |
boolean |
containsLatestAssetOperationTimeV2(String key)
map<string, int64> latest_asset_operation_timeV2 = 58; |
boolean |
equals(Object obj) |
com.google.protobuf.ByteString |
getAccountId()
the identity of this account, case insensitive
bytes account_id = 23; |
com.google.protobuf.ByteString |
getAccountName()
account nick name
bytes account_name = 1; |
Protocol.Account.AccountResource |
getAccountResource()
.protocol.Account.AccountResource account_resource = 26; |
Protocol.Account.AccountResourceOrBuilder |
getAccountResourceOrBuilder()
.protocol.Account.AccountResource account_resource = 26; |
long |
getAcquiredDelegatedFrozenBalanceForBandwidth()
Frozen balance provided by other accounts to this account
int64 acquired_delegated_frozen_balance_for_bandwidth = 41; |
Protocol.Permission |
getActivePermission(int index)
repeated .protocol.Permission active_permission = 33; |
int |
getActivePermissionCount()
repeated .protocol.Permission active_permission = 33; |
List<Protocol.Permission> |
getActivePermissionList()
repeated .protocol.Permission active_permission = 33; |
Protocol.PermissionOrBuilder |
getActivePermissionOrBuilder(int index)
repeated .protocol.Permission active_permission = 33; |
List<? extends Protocol.PermissionOrBuilder> |
getActivePermissionOrBuilderList()
repeated .protocol.Permission active_permission = 33; |
com.google.protobuf.ByteString |
getAddress()
the create address
bytes address = 3; |
long |
getAllowance()
witness block producing allowance
int64 allowance = 11; |
Map<String,Long> |
getAsset()
Deprecated.
|
int |
getAssetCount()
the other asset owned by this account
map<string, int64> asset = 6; |
com.google.protobuf.ByteString |
getAssetIssuedID()
bytes asset_issued_ID = 57; |
com.google.protobuf.ByteString |
getAssetIssuedName()
asset_issued_name
bytes asset_issued_name = 17; |
Map<String,Long> |
getAssetMap()
the other asset owned by this account
map<string, int64> asset = 6; |
long |
getAssetOrDefault(String key,
long defaultValue)
the other asset owned by this account
map<string, int64> asset = 6; |
long |
getAssetOrThrow(String key)
the other asset owned by this account
map<string, int64> asset = 6; |
Map<String,Long> |
getAssetV2()
Deprecated.
|
int |
getAssetV2Count()
the other asset owned by this account,key is assetId
map<string, int64> assetV2 = 56; |
Map<String,Long> |
getAssetV2Map()
the other asset owned by this account,key is assetId
map<string, int64> assetV2 = 56; |
long |
getAssetV2OrDefault(String key,
long defaultValue)
the other asset owned by this account,key is assetId
map<string, int64> assetV2 = 56; |
long |
getAssetV2OrThrow(String key)
the other asset owned by this account,key is assetId
map<string, int64> assetV2 = 56; |
long |
getBalance()
the trx balance
int64 balance = 4; |
com.google.protobuf.ByteString |
getCode()
not used so far
bytes code = 13; |
com.google.protobuf.ByteString |
getCodeHash()
bytes codeHash = 30; |
long |
getCreateTime()
this account create time
int64 create_time = 9; |
static Protocol.Account |
getDefaultInstance() |
Protocol.Account |
getDefaultInstanceForType() |
long |
getDelegatedFrozenBalanceForBandwidth()
Freeze and provide balances to other accounts
int64 delegated_frozen_balance_for_bandwidth = 42; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Map<String,Long> |
getFreeAssetNetUsage()
Deprecated.
|
int |
getFreeAssetNetUsageCount()
map<string, int64> free_asset_net_usage = 20; |
Map<String,Long> |
getFreeAssetNetUsageMap()
map<string, int64> free_asset_net_usage = 20; |
long |
getFreeAssetNetUsageOrDefault(String key,
long defaultValue)
map<string, int64> free_asset_net_usage = 20; |
long |
getFreeAssetNetUsageOrThrow(String key)
map<string, int64> free_asset_net_usage = 20; |
Map<String,Long> |
getFreeAssetNetUsageV2()
Deprecated.
|
int |
getFreeAssetNetUsageV2Count()
map<string, int64> free_asset_net_usageV2 = 59; |
Map<String,Long> |
getFreeAssetNetUsageV2Map()
map<string, int64> free_asset_net_usageV2 = 59; |
long |
getFreeAssetNetUsageV2OrDefault(String key,
long defaultValue)
map<string, int64> free_asset_net_usageV2 = 59; |
long |
getFreeAssetNetUsageV2OrThrow(String key)
map<string, int64> free_asset_net_usageV2 = 59; |
long |
getFreeNetUsage()
int64 free_net_usage = 19; |
Protocol.Account.Frozen |
getFrozen(int index)
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7; |
int |
getFrozenCount()
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7; |
List<Protocol.Account.Frozen> |
getFrozenList()
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7; |
Protocol.Account.FrozenOrBuilder |
getFrozenOrBuilder(int index)
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7; |
List<? extends Protocol.Account.FrozenOrBuilder> |
getFrozenOrBuilderList()
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7; |
Protocol.Account.Frozen |
getFrozenSupply(int index)
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16; |
int |
getFrozenSupplyCount()
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16; |
List<Protocol.Account.Frozen> |
getFrozenSupplyList()
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16; |
Protocol.Account.FrozenOrBuilder |
getFrozenSupplyOrBuilder(int index)
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16; |
List<? extends Protocol.Account.FrozenOrBuilder> |
getFrozenSupplyOrBuilderList()
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16; |
boolean |
getIsCommittee()
bool is_committee = 15; |
boolean |
getIsWitness()
bool is_witness = 14; |
Map<String,Long> |
getLatestAssetOperationTime()
Deprecated.
|
int |
getLatestAssetOperationTimeCount()
map<string, int64> latest_asset_operation_time = 18; |
Map<String,Long> |
getLatestAssetOperationTimeMap()
map<string, int64> latest_asset_operation_time = 18; |
long |
getLatestAssetOperationTimeOrDefault(String key,
long defaultValue)
map<string, int64> latest_asset_operation_time = 18; |
long |
getLatestAssetOperationTimeOrThrow(String key)
map<string, int64> latest_asset_operation_time = 18; |
Map<String,Long> |
getLatestAssetOperationTimeV2()
Deprecated.
|
int |
getLatestAssetOperationTimeV2Count()
map<string, int64> latest_asset_operation_timeV2 = 58; |
Map<String,Long> |
getLatestAssetOperationTimeV2Map()
map<string, int64> latest_asset_operation_timeV2 = 58; |
long |
getLatestAssetOperationTimeV2OrDefault(String key,
long defaultValue)
map<string, int64> latest_asset_operation_timeV2 = 58; |
long |
getLatestAssetOperationTimeV2OrThrow(String key)
map<string, int64> latest_asset_operation_timeV2 = 58; |
long |
getLatestConsumeFreeTime()
int64 latest_consume_free_time = 22; |
long |
getLatestConsumeTime()
int64 latest_consume_time = 21; |
long |
getLatestOprationTime()
this last operation time, including transfer, voting and so on.
|
long |
getLatestWithdrawTime()
last withdraw time
int64 latest_withdraw_time = 12; |
long |
getNetUsage()
bandwidth, get from frozen
int64 net_usage = 8; |
Protocol.Permission |
getOwnerPermission()
.protocol.Permission owner_permission = 31; |
Protocol.PermissionOrBuilder |
getOwnerPermissionOrBuilder()
.protocol.Permission owner_permission = 31; |
com.google.protobuf.Parser<Protocol.Account> |
getParserForType() |
int |
getSerializedSize() |
Protocol.AccountType |
getType()
.protocol.AccountType type = 2; |
int |
getTypeValue()
.protocol.AccountType type = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Protocol.Vote |
getVotes(int index)
the votes
repeated .protocol.Vote votes = 5; |
int |
getVotesCount()
the votes
repeated .protocol.Vote votes = 5; |
List<Protocol.Vote> |
getVotesList()
the votes
repeated .protocol.Vote votes = 5; |
Protocol.VoteOrBuilder |
getVotesOrBuilder(int index)
the votes
repeated .protocol.Vote votes = 5; |
List<? extends Protocol.VoteOrBuilder> |
getVotesOrBuilderList()
the votes
repeated .protocol.Vote votes = 5; |
Protocol.Permission |
getWitnessPermission()
.protocol.Permission witness_permission = 32; |
Protocol.PermissionOrBuilder |
getWitnessPermissionOrBuilder()
.protocol.Permission witness_permission = 32; |
boolean |
hasAccountResource()
.protocol.Account.AccountResource account_resource = 26; |
int |
hashCode() |
boolean |
hasOwnerPermission()
.protocol.Permission owner_permission = 31; |
boolean |
hasWitnessPermission()
.protocol.Permission witness_permission = 32; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static Protocol.Account.Builder |
newBuilder() |
static Protocol.Account.Builder |
newBuilder(Protocol.Account prototype) |
Protocol.Account.Builder |
newBuilderForType() |
protected Protocol.Account.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protocol.Account |
parseDelimitedFrom(InputStream input) |
static Protocol.Account |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.Account |
parseFrom(byte[] data) |
static Protocol.Account |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.Account |
parseFrom(ByteBuffer data) |
static Protocol.Account |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.Account |
parseFrom(com.google.protobuf.ByteString data) |
static Protocol.Account |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.Account |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protocol.Account |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.Account |
parseFrom(InputStream input) |
static Protocol.Account |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Protocol.Account> |
parser() |
Protocol.Account.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int ACCOUNT_NAME_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int ADDRESS_FIELD_NUMBER
public static final int BALANCE_FIELD_NUMBER
public static final int VOTES_FIELD_NUMBER
public static final int ASSET_FIELD_NUMBER
public static final int ASSETV2_FIELD_NUMBER
public static final int FROZEN_FIELD_NUMBER
public static final int NET_USAGE_FIELD_NUMBER
public static final int ACQUIRED_DELEGATED_FROZEN_BALANCE_FOR_BANDWIDTH_FIELD_NUMBER
public static final int DELEGATED_FROZEN_BALANCE_FOR_BANDWIDTH_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int LATEST_OPRATION_TIME_FIELD_NUMBER
public static final int ALLOWANCE_FIELD_NUMBER
public static final int LATEST_WITHDRAW_TIME_FIELD_NUMBER
public static final int CODE_FIELD_NUMBER
public static final int IS_WITNESS_FIELD_NUMBER
public static final int IS_COMMITTEE_FIELD_NUMBER
public static final int FROZEN_SUPPLY_FIELD_NUMBER
public static final int ASSET_ISSUED_NAME_FIELD_NUMBER
public static final int ASSET_ISSUED_ID_FIELD_NUMBER
public static final int LATEST_ASSET_OPERATION_TIME_FIELD_NUMBER
public static final int LATEST_ASSET_OPERATION_TIMEV2_FIELD_NUMBER
public static final int FREE_NET_USAGE_FIELD_NUMBER
public static final int FREE_ASSET_NET_USAGE_FIELD_NUMBER
public static final int FREE_ASSET_NET_USAGEV2_FIELD_NUMBER
public static final int LATEST_CONSUME_TIME_FIELD_NUMBER
public static final int LATEST_CONSUME_FREE_TIME_FIELD_NUMBER
public static final int ACCOUNT_ID_FIELD_NUMBER
public static final int ACCOUNT_RESOURCE_FIELD_NUMBER
public static final int CODEHASH_FIELD_NUMBER
public static final int OWNER_PERMISSION_FIELD_NUMBER
public static final int WITNESS_PERMISSION_FIELD_NUMBER
public static final int ACTIVE_PERMISSION_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField
in class com.google.protobuf.GeneratedMessageV3
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public com.google.protobuf.ByteString getAccountName()
account nick name
bytes account_name = 1;
getAccountName
in interface Protocol.AccountOrBuilder
public int getTypeValue()
.protocol.AccountType type = 2;
getTypeValue
in interface Protocol.AccountOrBuilder
public Protocol.AccountType getType()
.protocol.AccountType type = 2;
getType
in interface Protocol.AccountOrBuilder
public com.google.protobuf.ByteString getAddress()
the create address
bytes address = 3;
getAddress
in interface Protocol.AccountOrBuilder
public long getBalance()
the trx balance
int64 balance = 4;
getBalance
in interface Protocol.AccountOrBuilder
public List<Protocol.Vote> getVotesList()
the votes
repeated .protocol.Vote votes = 5;
getVotesList
in interface Protocol.AccountOrBuilder
public List<? extends Protocol.VoteOrBuilder> getVotesOrBuilderList()
the votes
repeated .protocol.Vote votes = 5;
getVotesOrBuilderList
in interface Protocol.AccountOrBuilder
public int getVotesCount()
the votes
repeated .protocol.Vote votes = 5;
getVotesCount
in interface Protocol.AccountOrBuilder
public Protocol.Vote getVotes(int index)
the votes
repeated .protocol.Vote votes = 5;
getVotes
in interface Protocol.AccountOrBuilder
public Protocol.VoteOrBuilder getVotesOrBuilder(int index)
the votes
repeated .protocol.Vote votes = 5;
getVotesOrBuilder
in interface Protocol.AccountOrBuilder
public int getAssetCount()
Protocol.AccountOrBuilder
the other asset owned by this account
map<string, int64> asset = 6;
getAssetCount
in interface Protocol.AccountOrBuilder
public boolean containsAsset(String key)
the other asset owned by this account
map<string, int64> asset = 6;
containsAsset
in interface Protocol.AccountOrBuilder
@Deprecated public Map<String,Long> getAsset()
getAssetMap()
instead.getAsset
in interface Protocol.AccountOrBuilder
public Map<String,Long> getAssetMap()
the other asset owned by this account
map<string, int64> asset = 6;
getAssetMap
in interface Protocol.AccountOrBuilder
public long getAssetOrDefault(String key, long defaultValue)
the other asset owned by this account
map<string, int64> asset = 6;
getAssetOrDefault
in interface Protocol.AccountOrBuilder
public long getAssetOrThrow(String key)
the other asset owned by this account
map<string, int64> asset = 6;
getAssetOrThrow
in interface Protocol.AccountOrBuilder
public int getAssetV2Count()
Protocol.AccountOrBuilder
the other asset owned by this account,key is assetId
map<string, int64> assetV2 = 56;
getAssetV2Count
in interface Protocol.AccountOrBuilder
public boolean containsAssetV2(String key)
the other asset owned by this account,key is assetId
map<string, int64> assetV2 = 56;
containsAssetV2
in interface Protocol.AccountOrBuilder
@Deprecated public Map<String,Long> getAssetV2()
getAssetV2Map()
instead.getAssetV2
in interface Protocol.AccountOrBuilder
public Map<String,Long> getAssetV2Map()
the other asset owned by this account,key is assetId
map<string, int64> assetV2 = 56;
getAssetV2Map
in interface Protocol.AccountOrBuilder
public long getAssetV2OrDefault(String key, long defaultValue)
the other asset owned by this account,key is assetId
map<string, int64> assetV2 = 56;
getAssetV2OrDefault
in interface Protocol.AccountOrBuilder
public long getAssetV2OrThrow(String key)
the other asset owned by this account,key is assetId
map<string, int64> assetV2 = 56;
getAssetV2OrThrow
in interface Protocol.AccountOrBuilder
public List<Protocol.Account.Frozen> getFrozenList()
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7;
getFrozenList
in interface Protocol.AccountOrBuilder
public List<? extends Protocol.Account.FrozenOrBuilder> getFrozenOrBuilderList()
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7;
getFrozenOrBuilderList
in interface Protocol.AccountOrBuilder
public int getFrozenCount()
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7;
getFrozenCount
in interface Protocol.AccountOrBuilder
public Protocol.Account.Frozen getFrozen(int index)
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7;
getFrozen
in interface Protocol.AccountOrBuilder
public Protocol.Account.FrozenOrBuilder getFrozenOrBuilder(int index)
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7;
getFrozenOrBuilder
in interface Protocol.AccountOrBuilder
public long getNetUsage()
bandwidth, get from frozen
int64 net_usage = 8;
getNetUsage
in interface Protocol.AccountOrBuilder
public long getAcquiredDelegatedFrozenBalanceForBandwidth()
Frozen balance provided by other accounts to this account
int64 acquired_delegated_frozen_balance_for_bandwidth = 41;
getAcquiredDelegatedFrozenBalanceForBandwidth
in interface Protocol.AccountOrBuilder
public long getDelegatedFrozenBalanceForBandwidth()
Freeze and provide balances to other accounts
int64 delegated_frozen_balance_for_bandwidth = 42;
getDelegatedFrozenBalanceForBandwidth
in interface Protocol.AccountOrBuilder
public long getCreateTime()
this account create time
int64 create_time = 9;
getCreateTime
in interface Protocol.AccountOrBuilder
public long getLatestOprationTime()
this last operation time, including transfer, voting and so on. //FIXME fix grammar
int64 latest_opration_time = 10;
getLatestOprationTime
in interface Protocol.AccountOrBuilder
public long getAllowance()
witness block producing allowance
int64 allowance = 11;
getAllowance
in interface Protocol.AccountOrBuilder
public long getLatestWithdrawTime()
last withdraw time
int64 latest_withdraw_time = 12;
getLatestWithdrawTime
in interface Protocol.AccountOrBuilder
public com.google.protobuf.ByteString getCode()
not used so far
bytes code = 13;
getCode
in interface Protocol.AccountOrBuilder
public boolean getIsWitness()
bool is_witness = 14;
getIsWitness
in interface Protocol.AccountOrBuilder
public boolean getIsCommittee()
bool is_committee = 15;
getIsCommittee
in interface Protocol.AccountOrBuilder
public List<Protocol.Account.Frozen> getFrozenSupplyList()
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16;
getFrozenSupplyList
in interface Protocol.AccountOrBuilder
public List<? extends Protocol.Account.FrozenOrBuilder> getFrozenSupplyOrBuilderList()
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16;
getFrozenSupplyOrBuilderList
in interface Protocol.AccountOrBuilder
public int getFrozenSupplyCount()
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16;
getFrozenSupplyCount
in interface Protocol.AccountOrBuilder
public Protocol.Account.Frozen getFrozenSupply(int index)
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16;
getFrozenSupply
in interface Protocol.AccountOrBuilder
public Protocol.Account.FrozenOrBuilder getFrozenSupplyOrBuilder(int index)
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16;
getFrozenSupplyOrBuilder
in interface Protocol.AccountOrBuilder
public com.google.protobuf.ByteString getAssetIssuedName()
asset_issued_name
bytes asset_issued_name = 17;
getAssetIssuedName
in interface Protocol.AccountOrBuilder
public com.google.protobuf.ByteString getAssetIssuedID()
bytes asset_issued_ID = 57;
getAssetIssuedID
in interface Protocol.AccountOrBuilder
public int getLatestAssetOperationTimeCount()
Protocol.AccountOrBuilder
map<string, int64> latest_asset_operation_time = 18;
getLatestAssetOperationTimeCount
in interface Protocol.AccountOrBuilder
public boolean containsLatestAssetOperationTime(String key)
map<string, int64> latest_asset_operation_time = 18;
containsLatestAssetOperationTime
in interface Protocol.AccountOrBuilder
@Deprecated public Map<String,Long> getLatestAssetOperationTime()
getLatestAssetOperationTimeMap()
instead.getLatestAssetOperationTime
in interface Protocol.AccountOrBuilder
public Map<String,Long> getLatestAssetOperationTimeMap()
map<string, int64> latest_asset_operation_time = 18;
getLatestAssetOperationTimeMap
in interface Protocol.AccountOrBuilder
public long getLatestAssetOperationTimeOrDefault(String key, long defaultValue)
map<string, int64> latest_asset_operation_time = 18;
getLatestAssetOperationTimeOrDefault
in interface Protocol.AccountOrBuilder
public long getLatestAssetOperationTimeOrThrow(String key)
map<string, int64> latest_asset_operation_time = 18;
getLatestAssetOperationTimeOrThrow
in interface Protocol.AccountOrBuilder
public int getLatestAssetOperationTimeV2Count()
Protocol.AccountOrBuilder
map<string, int64> latest_asset_operation_timeV2 = 58;
getLatestAssetOperationTimeV2Count
in interface Protocol.AccountOrBuilder
public boolean containsLatestAssetOperationTimeV2(String key)
map<string, int64> latest_asset_operation_timeV2 = 58;
containsLatestAssetOperationTimeV2
in interface Protocol.AccountOrBuilder
@Deprecated public Map<String,Long> getLatestAssetOperationTimeV2()
getLatestAssetOperationTimeV2Map()
instead.getLatestAssetOperationTimeV2
in interface Protocol.AccountOrBuilder
public Map<String,Long> getLatestAssetOperationTimeV2Map()
map<string, int64> latest_asset_operation_timeV2 = 58;
getLatestAssetOperationTimeV2Map
in interface Protocol.AccountOrBuilder
public long getLatestAssetOperationTimeV2OrDefault(String key, long defaultValue)
map<string, int64> latest_asset_operation_timeV2 = 58;
getLatestAssetOperationTimeV2OrDefault
in interface Protocol.AccountOrBuilder
public long getLatestAssetOperationTimeV2OrThrow(String key)
map<string, int64> latest_asset_operation_timeV2 = 58;
getLatestAssetOperationTimeV2OrThrow
in interface Protocol.AccountOrBuilder
public long getFreeNetUsage()
int64 free_net_usage = 19;
getFreeNetUsage
in interface Protocol.AccountOrBuilder
public int getFreeAssetNetUsageCount()
Protocol.AccountOrBuilder
map<string, int64> free_asset_net_usage = 20;
getFreeAssetNetUsageCount
in interface Protocol.AccountOrBuilder
public boolean containsFreeAssetNetUsage(String key)
map<string, int64> free_asset_net_usage = 20;
containsFreeAssetNetUsage
in interface Protocol.AccountOrBuilder
@Deprecated public Map<String,Long> getFreeAssetNetUsage()
getFreeAssetNetUsageMap()
instead.getFreeAssetNetUsage
in interface Protocol.AccountOrBuilder
public Map<String,Long> getFreeAssetNetUsageMap()
map<string, int64> free_asset_net_usage = 20;
getFreeAssetNetUsageMap
in interface Protocol.AccountOrBuilder
public long getFreeAssetNetUsageOrDefault(String key, long defaultValue)
map<string, int64> free_asset_net_usage = 20;
getFreeAssetNetUsageOrDefault
in interface Protocol.AccountOrBuilder
public long getFreeAssetNetUsageOrThrow(String key)
map<string, int64> free_asset_net_usage = 20;
getFreeAssetNetUsageOrThrow
in interface Protocol.AccountOrBuilder
public int getFreeAssetNetUsageV2Count()
Protocol.AccountOrBuilder
map<string, int64> free_asset_net_usageV2 = 59;
getFreeAssetNetUsageV2Count
in interface Protocol.AccountOrBuilder
public boolean containsFreeAssetNetUsageV2(String key)
map<string, int64> free_asset_net_usageV2 = 59;
containsFreeAssetNetUsageV2
in interface Protocol.AccountOrBuilder
@Deprecated public Map<String,Long> getFreeAssetNetUsageV2()
getFreeAssetNetUsageV2Map()
instead.getFreeAssetNetUsageV2
in interface Protocol.AccountOrBuilder
public Map<String,Long> getFreeAssetNetUsageV2Map()
map<string, int64> free_asset_net_usageV2 = 59;
getFreeAssetNetUsageV2Map
in interface Protocol.AccountOrBuilder
public long getFreeAssetNetUsageV2OrDefault(String key, long defaultValue)
map<string, int64> free_asset_net_usageV2 = 59;
getFreeAssetNetUsageV2OrDefault
in interface Protocol.AccountOrBuilder
public long getFreeAssetNetUsageV2OrThrow(String key)
map<string, int64> free_asset_net_usageV2 = 59;
getFreeAssetNetUsageV2OrThrow
in interface Protocol.AccountOrBuilder
public long getLatestConsumeTime()
int64 latest_consume_time = 21;
getLatestConsumeTime
in interface Protocol.AccountOrBuilder
public long getLatestConsumeFreeTime()
int64 latest_consume_free_time = 22;
getLatestConsumeFreeTime
in interface Protocol.AccountOrBuilder
public com.google.protobuf.ByteString getAccountId()
the identity of this account, case insensitive
bytes account_id = 23;
getAccountId
in interface Protocol.AccountOrBuilder
public boolean hasAccountResource()
.protocol.Account.AccountResource account_resource = 26;
hasAccountResource
in interface Protocol.AccountOrBuilder
public Protocol.Account.AccountResource getAccountResource()
.protocol.Account.AccountResource account_resource = 26;
getAccountResource
in interface Protocol.AccountOrBuilder
public Protocol.Account.AccountResourceOrBuilder getAccountResourceOrBuilder()
.protocol.Account.AccountResource account_resource = 26;
getAccountResourceOrBuilder
in interface Protocol.AccountOrBuilder
public com.google.protobuf.ByteString getCodeHash()
bytes codeHash = 30;
getCodeHash
in interface Protocol.AccountOrBuilder
public boolean hasOwnerPermission()
.protocol.Permission owner_permission = 31;
hasOwnerPermission
in interface Protocol.AccountOrBuilder
public Protocol.Permission getOwnerPermission()
.protocol.Permission owner_permission = 31;
getOwnerPermission
in interface Protocol.AccountOrBuilder
public Protocol.PermissionOrBuilder getOwnerPermissionOrBuilder()
.protocol.Permission owner_permission = 31;
getOwnerPermissionOrBuilder
in interface Protocol.AccountOrBuilder
public boolean hasWitnessPermission()
.protocol.Permission witness_permission = 32;
hasWitnessPermission
in interface Protocol.AccountOrBuilder
public Protocol.Permission getWitnessPermission()
.protocol.Permission witness_permission = 32;
getWitnessPermission
in interface Protocol.AccountOrBuilder
public Protocol.PermissionOrBuilder getWitnessPermissionOrBuilder()
.protocol.Permission witness_permission = 32;
getWitnessPermissionOrBuilder
in interface Protocol.AccountOrBuilder
public List<Protocol.Permission> getActivePermissionList()
repeated .protocol.Permission active_permission = 33;
getActivePermissionList
in interface Protocol.AccountOrBuilder
public List<? extends Protocol.PermissionOrBuilder> getActivePermissionOrBuilderList()
repeated .protocol.Permission active_permission = 33;
getActivePermissionOrBuilderList
in interface Protocol.AccountOrBuilder
public int getActivePermissionCount()
repeated .protocol.Permission active_permission = 33;
getActivePermissionCount
in interface Protocol.AccountOrBuilder
public Protocol.Permission getActivePermission(int index)
repeated .protocol.Permission active_permission = 33;
getActivePermission
in interface Protocol.AccountOrBuilder
public Protocol.PermissionOrBuilder getActivePermissionOrBuilder(int index)
repeated .protocol.Permission active_permission = 33;
getActivePermissionOrBuilder
in interface Protocol.AccountOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Protocol.Account parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protocol.Account parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protocol.Account parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protocol.Account parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protocol.Account parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protocol.Account parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protocol.Account parseFrom(InputStream input) throws IOException
IOException
public static Protocol.Account parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Protocol.Account parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Protocol.Account parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Protocol.Account parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Protocol.Account parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Protocol.Account.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Protocol.Account.Builder newBuilder()
public static Protocol.Account.Builder newBuilder(Protocol.Account prototype)
public Protocol.Account.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Protocol.Account.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Protocol.Account getDefaultInstance()
public static com.google.protobuf.Parser<Protocol.Account> parser()
public com.google.protobuf.Parser<Protocol.Account> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Protocol.Account getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2020. All rights reserved.