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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public com.google.protobuf.ByteString getAccountName()
account nick name
bytes account_name = 1;getAccountName in interface Protocol.AccountOrBuilderpublic int getTypeValue()
.protocol.AccountType type = 2;getTypeValue in interface Protocol.AccountOrBuilderpublic Protocol.AccountType getType()
.protocol.AccountType type = 2;getType in interface Protocol.AccountOrBuilderpublic com.google.protobuf.ByteString getAddress()
the create address
bytes address = 3;getAddress in interface Protocol.AccountOrBuilderpublic long getBalance()
the trx balance
int64 balance = 4;getBalance in interface Protocol.AccountOrBuilderpublic List<Protocol.Vote> getVotesList()
the votes
repeated .protocol.Vote votes = 5;getVotesList in interface Protocol.AccountOrBuilderpublic List<? extends Protocol.VoteOrBuilder> getVotesOrBuilderList()
the votes
repeated .protocol.Vote votes = 5;getVotesOrBuilderList in interface Protocol.AccountOrBuilderpublic int getVotesCount()
the votes
repeated .protocol.Vote votes = 5;getVotesCount in interface Protocol.AccountOrBuilderpublic Protocol.Vote getVotes(int index)
the votes
repeated .protocol.Vote votes = 5;getVotes in interface Protocol.AccountOrBuilderpublic Protocol.VoteOrBuilder getVotesOrBuilder(int index)
the votes
repeated .protocol.Vote votes = 5;getVotesOrBuilder in interface Protocol.AccountOrBuilderpublic int getAssetCount()
Protocol.AccountOrBuilderthe other asset owned by this account
map<string, int64> asset = 6;getAssetCount in interface Protocol.AccountOrBuilderpublic 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.AccountOrBuilderpublic Map<String,Long> getAssetMap()
the other asset owned by this account
map<string, int64> asset = 6;getAssetMap in interface Protocol.AccountOrBuilderpublic long getAssetOrDefault(String key, long defaultValue)
the other asset owned by this account
map<string, int64> asset = 6;getAssetOrDefault in interface Protocol.AccountOrBuilderpublic long getAssetOrThrow(String key)
the other asset owned by this account
map<string, int64> asset = 6;getAssetOrThrow in interface Protocol.AccountOrBuilderpublic int getAssetV2Count()
Protocol.AccountOrBuilderthe other asset owned by this account,key is assetId
map<string, int64> assetV2 = 56;getAssetV2Count in interface Protocol.AccountOrBuilderpublic 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.AccountOrBuilderpublic Map<String,Long> getAssetV2Map()
the other asset owned by this account,key is assetId
map<string, int64> assetV2 = 56;getAssetV2Map in interface Protocol.AccountOrBuilderpublic 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.AccountOrBuilderpublic long getAssetV2OrThrow(String key)
the other asset owned by this account,key is assetId
map<string, int64> assetV2 = 56;getAssetV2OrThrow in interface Protocol.AccountOrBuilderpublic List<Protocol.Account.Frozen> getFrozenList()
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7;getFrozenList in interface Protocol.AccountOrBuilderpublic List<? extends Protocol.Account.FrozenOrBuilder> getFrozenOrBuilderList()
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7;getFrozenOrBuilderList in interface Protocol.AccountOrBuilderpublic int getFrozenCount()
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7;getFrozenCount in interface Protocol.AccountOrBuilderpublic Protocol.Account.Frozen getFrozen(int index)
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7;getFrozen in interface Protocol.AccountOrBuilderpublic Protocol.Account.FrozenOrBuilder getFrozenOrBuilder(int index)
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7;getFrozenOrBuilder in interface Protocol.AccountOrBuilderpublic long getNetUsage()
bandwidth, get from frozen
int64 net_usage = 8;getNetUsage in interface Protocol.AccountOrBuilderpublic long getAcquiredDelegatedFrozenBalanceForBandwidth()
Frozen balance provided by other accounts to this account
int64 acquired_delegated_frozen_balance_for_bandwidth = 41;getAcquiredDelegatedFrozenBalanceForBandwidth in interface Protocol.AccountOrBuilderpublic long getDelegatedFrozenBalanceForBandwidth()
Freeze and provide balances to other accounts
int64 delegated_frozen_balance_for_bandwidth = 42;getDelegatedFrozenBalanceForBandwidth in interface Protocol.AccountOrBuilderpublic long getCreateTime()
this account create time
int64 create_time = 9;getCreateTime in interface Protocol.AccountOrBuilderpublic long getLatestOprationTime()
this last operation time, including transfer, voting and so on. //FIXME fix grammar
int64 latest_opration_time = 10;getLatestOprationTime in interface Protocol.AccountOrBuilderpublic long getAllowance()
witness block producing allowance
int64 allowance = 11;getAllowance in interface Protocol.AccountOrBuilderpublic long getLatestWithdrawTime()
last withdraw time
int64 latest_withdraw_time = 12;getLatestWithdrawTime in interface Protocol.AccountOrBuilderpublic com.google.protobuf.ByteString getCode()
not used so far
bytes code = 13;getCode in interface Protocol.AccountOrBuilderpublic boolean getIsWitness()
bool is_witness = 14;getIsWitness in interface Protocol.AccountOrBuilderpublic boolean getIsCommittee()
bool is_committee = 15;getIsCommittee in interface Protocol.AccountOrBuilderpublic List<Protocol.Account.Frozen> getFrozenSupplyList()
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16;getFrozenSupplyList in interface Protocol.AccountOrBuilderpublic List<? extends Protocol.Account.FrozenOrBuilder> getFrozenSupplyOrBuilderList()
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16;getFrozenSupplyOrBuilderList in interface Protocol.AccountOrBuilderpublic int getFrozenSupplyCount()
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16;getFrozenSupplyCount in interface Protocol.AccountOrBuilderpublic Protocol.Account.Frozen getFrozenSupply(int index)
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16;getFrozenSupply in interface Protocol.AccountOrBuilderpublic Protocol.Account.FrozenOrBuilder getFrozenSupplyOrBuilder(int index)
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16;getFrozenSupplyOrBuilder in interface Protocol.AccountOrBuilderpublic com.google.protobuf.ByteString getAssetIssuedName()
asset_issued_name
bytes asset_issued_name = 17;getAssetIssuedName in interface Protocol.AccountOrBuilderpublic com.google.protobuf.ByteString getAssetIssuedID()
bytes asset_issued_ID = 57;getAssetIssuedID in interface Protocol.AccountOrBuilderpublic int getLatestAssetOperationTimeCount()
Protocol.AccountOrBuildermap<string, int64> latest_asset_operation_time = 18;getLatestAssetOperationTimeCount in interface Protocol.AccountOrBuilderpublic 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.AccountOrBuilderpublic Map<String,Long> getLatestAssetOperationTimeMap()
map<string, int64> latest_asset_operation_time = 18;getLatestAssetOperationTimeMap in interface Protocol.AccountOrBuilderpublic long getLatestAssetOperationTimeOrDefault(String key, long defaultValue)
map<string, int64> latest_asset_operation_time = 18;getLatestAssetOperationTimeOrDefault in interface Protocol.AccountOrBuilderpublic long getLatestAssetOperationTimeOrThrow(String key)
map<string, int64> latest_asset_operation_time = 18;getLatestAssetOperationTimeOrThrow in interface Protocol.AccountOrBuilderpublic int getLatestAssetOperationTimeV2Count()
Protocol.AccountOrBuildermap<string, int64> latest_asset_operation_timeV2 = 58;getLatestAssetOperationTimeV2Count in interface Protocol.AccountOrBuilderpublic 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.AccountOrBuilderpublic Map<String,Long> getLatestAssetOperationTimeV2Map()
map<string, int64> latest_asset_operation_timeV2 = 58;getLatestAssetOperationTimeV2Map in interface Protocol.AccountOrBuilderpublic long getLatestAssetOperationTimeV2OrDefault(String key, long defaultValue)
map<string, int64> latest_asset_operation_timeV2 = 58;getLatestAssetOperationTimeV2OrDefault in interface Protocol.AccountOrBuilderpublic long getLatestAssetOperationTimeV2OrThrow(String key)
map<string, int64> latest_asset_operation_timeV2 = 58;getLatestAssetOperationTimeV2OrThrow in interface Protocol.AccountOrBuilderpublic long getFreeNetUsage()
int64 free_net_usage = 19;getFreeNetUsage in interface Protocol.AccountOrBuilderpublic int getFreeAssetNetUsageCount()
Protocol.AccountOrBuildermap<string, int64> free_asset_net_usage = 20;getFreeAssetNetUsageCount in interface Protocol.AccountOrBuilderpublic 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.AccountOrBuilderpublic Map<String,Long> getFreeAssetNetUsageMap()
map<string, int64> free_asset_net_usage = 20;getFreeAssetNetUsageMap in interface Protocol.AccountOrBuilderpublic long getFreeAssetNetUsageOrDefault(String key, long defaultValue)
map<string, int64> free_asset_net_usage = 20;getFreeAssetNetUsageOrDefault in interface Protocol.AccountOrBuilderpublic long getFreeAssetNetUsageOrThrow(String key)
map<string, int64> free_asset_net_usage = 20;getFreeAssetNetUsageOrThrow in interface Protocol.AccountOrBuilderpublic int getFreeAssetNetUsageV2Count()
Protocol.AccountOrBuildermap<string, int64> free_asset_net_usageV2 = 59;getFreeAssetNetUsageV2Count in interface Protocol.AccountOrBuilderpublic 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.AccountOrBuilderpublic Map<String,Long> getFreeAssetNetUsageV2Map()
map<string, int64> free_asset_net_usageV2 = 59;getFreeAssetNetUsageV2Map in interface Protocol.AccountOrBuilderpublic long getFreeAssetNetUsageV2OrDefault(String key, long defaultValue)
map<string, int64> free_asset_net_usageV2 = 59;getFreeAssetNetUsageV2OrDefault in interface Protocol.AccountOrBuilderpublic long getFreeAssetNetUsageV2OrThrow(String key)
map<string, int64> free_asset_net_usageV2 = 59;getFreeAssetNetUsageV2OrThrow in interface Protocol.AccountOrBuilderpublic long getLatestConsumeTime()
int64 latest_consume_time = 21;getLatestConsumeTime in interface Protocol.AccountOrBuilderpublic long getLatestConsumeFreeTime()
int64 latest_consume_free_time = 22;getLatestConsumeFreeTime in interface Protocol.AccountOrBuilderpublic com.google.protobuf.ByteString getAccountId()
the identity of this account, case insensitive
bytes account_id = 23;getAccountId in interface Protocol.AccountOrBuilderpublic boolean hasAccountResource()
.protocol.Account.AccountResource account_resource = 26;hasAccountResource in interface Protocol.AccountOrBuilderpublic Protocol.Account.AccountResource getAccountResource()
.protocol.Account.AccountResource account_resource = 26;getAccountResource in interface Protocol.AccountOrBuilderpublic Protocol.Account.AccountResourceOrBuilder getAccountResourceOrBuilder()
.protocol.Account.AccountResource account_resource = 26;getAccountResourceOrBuilder in interface Protocol.AccountOrBuilderpublic com.google.protobuf.ByteString getCodeHash()
bytes codeHash = 30;getCodeHash in interface Protocol.AccountOrBuilderpublic boolean hasOwnerPermission()
.protocol.Permission owner_permission = 31;hasOwnerPermission in interface Protocol.AccountOrBuilderpublic Protocol.Permission getOwnerPermission()
.protocol.Permission owner_permission = 31;getOwnerPermission in interface Protocol.AccountOrBuilderpublic Protocol.PermissionOrBuilder getOwnerPermissionOrBuilder()
.protocol.Permission owner_permission = 31;getOwnerPermissionOrBuilder in interface Protocol.AccountOrBuilderpublic boolean hasWitnessPermission()
.protocol.Permission witness_permission = 32;hasWitnessPermission in interface Protocol.AccountOrBuilderpublic Protocol.Permission getWitnessPermission()
.protocol.Permission witness_permission = 32;getWitnessPermission in interface Protocol.AccountOrBuilderpublic Protocol.PermissionOrBuilder getWitnessPermissionOrBuilder()
.protocol.Permission witness_permission = 32;getWitnessPermissionOrBuilder in interface Protocol.AccountOrBuilderpublic List<Protocol.Permission> getActivePermissionList()
repeated .protocol.Permission active_permission = 33;getActivePermissionList in interface Protocol.AccountOrBuilderpublic List<? extends Protocol.PermissionOrBuilder> getActivePermissionOrBuilderList()
repeated .protocol.Permission active_permission = 33;getActivePermissionOrBuilderList in interface Protocol.AccountOrBuilderpublic int getActivePermissionCount()
repeated .protocol.Permission active_permission = 33;getActivePermissionCount in interface Protocol.AccountOrBuilderpublic Protocol.Permission getActivePermission(int index)
repeated .protocol.Permission active_permission = 33;getActivePermission in interface Protocol.AccountOrBuilderpublic Protocol.PermissionOrBuilder getActivePermissionOrBuilder(int index)
repeated .protocol.Permission active_permission = 33;getActivePermissionOrBuilder in interface Protocol.AccountOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Protocol.Account parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protocol.Account parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protocol.Account parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protocol.Account parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protocol.Account parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protocol.Account parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protocol.Account parseFrom(InputStream input) throws IOException
IOExceptionpublic static Protocol.Account parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Protocol.Account parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Protocol.Account parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Protocol.Account parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Protocol.Account parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Protocol.Account.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic 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.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Protocol.Account.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public 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.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Protocol.Account getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020. All rights reserved.