public static interface Protocol.AccountOrBuilder
extends com.google.protobuf.MessageOrBuilder
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; |
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; |
long |
getDelegatedFrozenBalanceForBandwidth()
Freeze and provide balances to other accounts
int64 delegated_frozen_balance_for_bandwidth = 42; |
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; |
Protocol.AccountType |
getType()
.protocol.AccountType type = 2; |
int |
getTypeValue()
.protocol.AccountType type = 2; |
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; |
boolean |
hasOwnerPermission()
.protocol.Permission owner_permission = 31; |
boolean |
hasWitnessPermission()
.protocol.Permission witness_permission = 32; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getAccountName()
account nick name
bytes account_name = 1;
int getTypeValue()
.protocol.AccountType type = 2;
Protocol.AccountType getType()
.protocol.AccountType type = 2;
com.google.protobuf.ByteString getAddress()
the create address
bytes address = 3;
long getBalance()
the trx balance
int64 balance = 4;
List<Protocol.Vote> getVotesList()
the votes
repeated .protocol.Vote votes = 5;
Protocol.Vote getVotes(int index)
the votes
repeated .protocol.Vote votes = 5;
int getVotesCount()
the votes
repeated .protocol.Vote votes = 5;
List<? extends Protocol.VoteOrBuilder> getVotesOrBuilderList()
the votes
repeated .protocol.Vote votes = 5;
Protocol.VoteOrBuilder getVotesOrBuilder(int index)
the votes
repeated .protocol.Vote votes = 5;
int getAssetCount()
the other asset owned by this account
map<string, int64> asset = 6;
boolean containsAsset(String key)
the other asset owned by this account
map<string, int64> asset = 6;
@Deprecated Map<String,Long> getAsset()
getAssetMap()
instead.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;
int getAssetV2Count()
the other asset owned by this account,key is assetId
map<string, int64> assetV2 = 56;
boolean containsAssetV2(String key)
the other asset owned by this account,key is assetId
map<string, int64> assetV2 = 56;
@Deprecated Map<String,Long> getAssetV2()
getAssetV2Map()
instead.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;
List<Protocol.Account.Frozen> getFrozenList()
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7;
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<? extends Protocol.Account.FrozenOrBuilder> getFrozenOrBuilderList()
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;
long getNetUsage()
bandwidth, get from frozen
int64 net_usage = 8;
long getAcquiredDelegatedFrozenBalanceForBandwidth()
Frozen balance provided by other accounts to this account
int64 acquired_delegated_frozen_balance_for_bandwidth = 41;
long getDelegatedFrozenBalanceForBandwidth()
Freeze and provide balances to other accounts
int64 delegated_frozen_balance_for_bandwidth = 42;
long getCreateTime()
this account create time
int64 create_time = 9;
long getLatestOprationTime()
this last operation time, including transfer, voting and so on. //FIXME fix grammar
int64 latest_opration_time = 10;
long getAllowance()
witness block producing allowance
int64 allowance = 11;
long getLatestWithdrawTime()
last withdraw time
int64 latest_withdraw_time = 12;
com.google.protobuf.ByteString getCode()
not used so far
bytes code = 13;
boolean getIsWitness()
bool is_witness = 14;
boolean getIsCommittee()
bool is_committee = 15;
List<Protocol.Account.Frozen> getFrozenSupplyList()
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16;
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<? extends Protocol.Account.FrozenOrBuilder> getFrozenSupplyOrBuilderList()
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;
com.google.protobuf.ByteString getAssetIssuedName()
asset_issued_name
bytes asset_issued_name = 17;
com.google.protobuf.ByteString getAssetIssuedID()
bytes asset_issued_ID = 57;
int getLatestAssetOperationTimeCount()
map<string, int64> latest_asset_operation_time = 18;
boolean containsLatestAssetOperationTime(String key)
map<string, int64> latest_asset_operation_time = 18;
@Deprecated Map<String,Long> getLatestAssetOperationTime()
getLatestAssetOperationTimeMap()
instead.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;
int getLatestAssetOperationTimeV2Count()
map<string, int64> latest_asset_operation_timeV2 = 58;
boolean containsLatestAssetOperationTimeV2(String key)
map<string, int64> latest_asset_operation_timeV2 = 58;
@Deprecated Map<String,Long> getLatestAssetOperationTimeV2()
getLatestAssetOperationTimeV2Map()
instead.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 getFreeNetUsage()
int64 free_net_usage = 19;
int getFreeAssetNetUsageCount()
map<string, int64> free_asset_net_usage = 20;
boolean containsFreeAssetNetUsage(String key)
map<string, int64> free_asset_net_usage = 20;
@Deprecated Map<String,Long> getFreeAssetNetUsage()
getFreeAssetNetUsageMap()
instead.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;
int getFreeAssetNetUsageV2Count()
map<string, int64> free_asset_net_usageV2 = 59;
boolean containsFreeAssetNetUsageV2(String key)
map<string, int64> free_asset_net_usageV2 = 59;
@Deprecated Map<String,Long> getFreeAssetNetUsageV2()
getFreeAssetNetUsageV2Map()
instead.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 getLatestConsumeTime()
int64 latest_consume_time = 21;
long getLatestConsumeFreeTime()
int64 latest_consume_free_time = 22;
com.google.protobuf.ByteString getAccountId()
the identity of this account, case insensitive
bytes account_id = 23;
boolean hasAccountResource()
.protocol.Account.AccountResource account_resource = 26;
Protocol.Account.AccountResource getAccountResource()
.protocol.Account.AccountResource account_resource = 26;
Protocol.Account.AccountResourceOrBuilder getAccountResourceOrBuilder()
.protocol.Account.AccountResource account_resource = 26;
com.google.protobuf.ByteString getCodeHash()
bytes codeHash = 30;
boolean hasOwnerPermission()
.protocol.Permission owner_permission = 31;
Protocol.Permission getOwnerPermission()
.protocol.Permission owner_permission = 31;
Protocol.PermissionOrBuilder getOwnerPermissionOrBuilder()
.protocol.Permission owner_permission = 31;
boolean hasWitnessPermission()
.protocol.Permission witness_permission = 32;
Protocol.Permission getWitnessPermission()
.protocol.Permission witness_permission = 32;
Protocol.PermissionOrBuilder getWitnessPermissionOrBuilder()
.protocol.Permission witness_permission = 32;
List<Protocol.Permission> getActivePermissionList()
repeated .protocol.Permission active_permission = 33;
Protocol.Permission getActivePermission(int index)
repeated .protocol.Permission active_permission = 33;
int getActivePermissionCount()
repeated .protocol.Permission active_permission = 33;
List<? extends Protocol.PermissionOrBuilder> getActivePermissionOrBuilderList()
repeated .protocol.Permission active_permission = 33;
Protocol.PermissionOrBuilder getActivePermissionOrBuilder(int index)
repeated .protocol.Permission active_permission = 33;
Copyright © 2020. All rights reserved.