Package | Description |
---|---|
org.tron.api | |
org.tron.protos |
Modifier and Type | Method and Description |
---|---|
Protocol.Account.Builder |
GrpcAPI.AccountPaginated.Builder.getAccountBuilder()
.protocol.Account account = 1; |
Modifier and Type | Method and Description |
---|---|
GrpcAPI.AccountPaginated.Builder |
GrpcAPI.AccountPaginated.Builder.setAccount(Protocol.Account.Builder builderForValue)
.protocol.Account account = 1; |
Modifier and Type | Method and Description |
---|---|
Protocol.Account.Builder |
Protocol.Account.Builder.addActivePermission(int index,
Protocol.Permission.Builder builderForValue)
repeated .protocol.Permission active_permission = 33; |
Protocol.Account.Builder |
Protocol.Account.Builder.addActivePermission(int index,
Protocol.Permission value)
repeated .protocol.Permission active_permission = 33; |
Protocol.Account.Builder |
Protocol.Account.Builder.addActivePermission(Protocol.Permission.Builder builderForValue)
repeated .protocol.Permission active_permission = 33; |
Protocol.Account.Builder |
Protocol.Account.Builder.addActivePermission(Protocol.Permission value)
repeated .protocol.Permission active_permission = 33; |
Protocol.Account.Builder |
Protocol.Account.Builder.addAllActivePermission(Iterable<? extends Protocol.Permission> values)
repeated .protocol.Permission active_permission = 33; |
Protocol.Account.Builder |
Protocol.Account.Builder.addAllFrozen(Iterable<? extends Protocol.Account.Frozen> values)
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7; |
Protocol.Account.Builder |
Protocol.Account.Builder.addAllFrozenSupply(Iterable<? extends Protocol.Account.Frozen> values)
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16; |
Protocol.Account.Builder |
Protocol.Account.Builder.addAllVotes(Iterable<? extends Protocol.Vote> values)
the votes
repeated .protocol.Vote votes = 5; |
Protocol.Account.Builder |
Protocol.Account.Builder.addFrozen(int index,
Protocol.Account.Frozen.Builder builderForValue)
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7; |
Protocol.Account.Builder |
Protocol.Account.Builder.addFrozen(int index,
Protocol.Account.Frozen value)
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7; |
Protocol.Account.Builder |
Protocol.Account.Builder.addFrozen(Protocol.Account.Frozen.Builder builderForValue)
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7; |
Protocol.Account.Builder |
Protocol.Account.Builder.addFrozen(Protocol.Account.Frozen value)
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7; |
Protocol.Account.Builder |
Protocol.Account.Builder.addFrozenSupply(int index,
Protocol.Account.Frozen.Builder builderForValue)
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16; |
Protocol.Account.Builder |
Protocol.Account.Builder.addFrozenSupply(int index,
Protocol.Account.Frozen value)
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16; |
Protocol.Account.Builder |
Protocol.Account.Builder.addFrozenSupply(Protocol.Account.Frozen.Builder builderForValue)
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16; |
Protocol.Account.Builder |
Protocol.Account.Builder.addFrozenSupply(Protocol.Account.Frozen value)
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16; |
Protocol.Account.Builder |
Protocol.Account.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.Account.Builder |
Protocol.Account.Builder.addVotes(int index,
Protocol.Vote.Builder builderForValue)
the votes
repeated .protocol.Vote votes = 5; |
Protocol.Account.Builder |
Protocol.Account.Builder.addVotes(int index,
Protocol.Vote value)
the votes
repeated .protocol.Vote votes = 5; |
Protocol.Account.Builder |
Protocol.Account.Builder.addVotes(Protocol.Vote.Builder builderForValue)
the votes
repeated .protocol.Vote votes = 5; |
Protocol.Account.Builder |
Protocol.Account.Builder.addVotes(Protocol.Vote value)
the votes
repeated .protocol.Vote votes = 5; |
Protocol.Account.Builder |
Protocol.Account.Builder.clear() |
Protocol.Account.Builder |
Protocol.Account.Builder.clearAccountId()
the identity of this account, case insensitive
bytes account_id = 23; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearAccountName()
account nick name
bytes account_name = 1; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearAccountResource()
.protocol.Account.AccountResource account_resource = 26; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearAcquiredDelegatedFrozenBalanceForBandwidth()
Frozen balance provided by other accounts to this account
int64 acquired_delegated_frozen_balance_for_bandwidth = 41; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearActivePermission()
repeated .protocol.Permission active_permission = 33; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearAddress()
the create address
bytes address = 3; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearAllowance()
witness block producing allowance
int64 allowance = 11; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearAsset() |
Protocol.Account.Builder |
Protocol.Account.Builder.clearAssetIssuedID()
bytes asset_issued_ID = 57; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearAssetIssuedName()
asset_issued_name
bytes asset_issued_name = 17; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearAssetV2() |
Protocol.Account.Builder |
Protocol.Account.Builder.clearBalance()
the trx balance
int64 balance = 4; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearCode()
not used so far
bytes code = 13; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearCodeHash()
bytes codeHash = 30; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearCreateTime()
this account create time
int64 create_time = 9; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearDelegatedFrozenBalanceForBandwidth()
Freeze and provide balances to other accounts
int64 delegated_frozen_balance_for_bandwidth = 42; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protocol.Account.Builder |
Protocol.Account.Builder.clearFreeAssetNetUsage() |
Protocol.Account.Builder |
Protocol.Account.Builder.clearFreeAssetNetUsageV2() |
Protocol.Account.Builder |
Protocol.Account.Builder.clearFreeNetUsage()
int64 free_net_usage = 19; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearFrozen()
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearFrozenSupply()
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearIsCommittee()
bool is_committee = 15; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearIsWitness()
bool is_witness = 14; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearLatestAssetOperationTime() |
Protocol.Account.Builder |
Protocol.Account.Builder.clearLatestAssetOperationTimeV2() |
Protocol.Account.Builder |
Protocol.Account.Builder.clearLatestConsumeFreeTime()
int64 latest_consume_free_time = 22; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearLatestConsumeTime()
int64 latest_consume_time = 21; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearLatestOprationTime()
this last operation time, including transfer, voting and so on.
|
Protocol.Account.Builder |
Protocol.Account.Builder.clearLatestWithdrawTime()
last withdraw time
int64 latest_withdraw_time = 12; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearNetUsage()
bandwidth, get from frozen
int64 net_usage = 8; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protocol.Account.Builder |
Protocol.Account.Builder.clearOwnerPermission()
.protocol.Permission owner_permission = 31; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearType()
.protocol.AccountType type = 2; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearVotes()
the votes
repeated .protocol.Vote votes = 5; |
Protocol.Account.Builder |
Protocol.Account.Builder.clearWitnessPermission()
.protocol.Permission witness_permission = 32; |
Protocol.Account.Builder |
Protocol.Account.Builder.clone() |
Protocol.Account.Builder |
Protocol.Account.Builder.mergeAccountResource(Protocol.Account.AccountResource value)
.protocol.Account.AccountResource account_resource = 26; |
Protocol.Account.Builder |
Protocol.Account.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protocol.Account.Builder |
Protocol.Account.Builder.mergeFrom(com.google.protobuf.Message other) |
Protocol.Account.Builder |
Protocol.Account.Builder.mergeFrom(Protocol.Account other) |
Protocol.Account.Builder |
Protocol.Account.Builder.mergeOwnerPermission(Protocol.Permission value)
.protocol.Permission owner_permission = 31; |
Protocol.Account.Builder |
Protocol.Account.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protocol.Account.Builder |
Protocol.Account.Builder.mergeWitnessPermission(Protocol.Permission value)
.protocol.Permission witness_permission = 32; |
static Protocol.Account.Builder |
Protocol.Account.newBuilder() |
static Protocol.Account.Builder |
Protocol.Account.newBuilder(Protocol.Account prototype) |
Protocol.Account.Builder |
Protocol.Account.newBuilderForType() |
protected Protocol.Account.Builder |
Protocol.Account.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Protocol.Account.Builder |
Protocol.Account.Builder.putAllAsset(Map<String,Long> values)
the other asset owned by this account
map<string, int64> asset = 6; |
Protocol.Account.Builder |
Protocol.Account.Builder.putAllAssetV2(Map<String,Long> values)
the other asset owned by this account,key is assetId
map<string, int64> assetV2 = 56; |
Protocol.Account.Builder |
Protocol.Account.Builder.putAllFreeAssetNetUsage(Map<String,Long> values)
map<string, int64> free_asset_net_usage = 20; |
Protocol.Account.Builder |
Protocol.Account.Builder.putAllFreeAssetNetUsageV2(Map<String,Long> values)
map<string, int64> free_asset_net_usageV2 = 59; |
Protocol.Account.Builder |
Protocol.Account.Builder.putAllLatestAssetOperationTime(Map<String,Long> values)
map<string, int64> latest_asset_operation_time = 18; |
Protocol.Account.Builder |
Protocol.Account.Builder.putAllLatestAssetOperationTimeV2(Map<String,Long> values)
map<string, int64> latest_asset_operation_timeV2 = 58; |
Protocol.Account.Builder |
Protocol.Account.Builder.putAsset(String key,
long value)
the other asset owned by this account
map<string, int64> asset = 6; |
Protocol.Account.Builder |
Protocol.Account.Builder.putAssetV2(String key,
long value)
the other asset owned by this account,key is assetId
map<string, int64> assetV2 = 56; |
Protocol.Account.Builder |
Protocol.Account.Builder.putFreeAssetNetUsage(String key,
long value)
map<string, int64> free_asset_net_usage = 20; |
Protocol.Account.Builder |
Protocol.Account.Builder.putFreeAssetNetUsageV2(String key,
long value)
map<string, int64> free_asset_net_usageV2 = 59; |
Protocol.Account.Builder |
Protocol.Account.Builder.putLatestAssetOperationTime(String key,
long value)
map<string, int64> latest_asset_operation_time = 18; |
Protocol.Account.Builder |
Protocol.Account.Builder.putLatestAssetOperationTimeV2(String key,
long value)
map<string, int64> latest_asset_operation_timeV2 = 58; |
Protocol.Account.Builder |
Protocol.Account.Builder.removeActivePermission(int index)
repeated .protocol.Permission active_permission = 33; |
Protocol.Account.Builder |
Protocol.Account.Builder.removeAsset(String key)
the other asset owned by this account
map<string, int64> asset = 6; |
Protocol.Account.Builder |
Protocol.Account.Builder.removeAssetV2(String key)
the other asset owned by this account,key is assetId
map<string, int64> assetV2 = 56; |
Protocol.Account.Builder |
Protocol.Account.Builder.removeFreeAssetNetUsage(String key)
map<string, int64> free_asset_net_usage = 20; |
Protocol.Account.Builder |
Protocol.Account.Builder.removeFreeAssetNetUsageV2(String key)
map<string, int64> free_asset_net_usageV2 = 59; |
Protocol.Account.Builder |
Protocol.Account.Builder.removeFrozen(int index)
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7; |
Protocol.Account.Builder |
Protocol.Account.Builder.removeFrozenSupply(int index)
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16; |
Protocol.Account.Builder |
Protocol.Account.Builder.removeLatestAssetOperationTime(String key)
map<string, int64> latest_asset_operation_time = 18; |
Protocol.Account.Builder |
Protocol.Account.Builder.removeLatestAssetOperationTimeV2(String key)
map<string, int64> latest_asset_operation_timeV2 = 58; |
Protocol.Account.Builder |
Protocol.Account.Builder.removeVotes(int index)
the votes
repeated .protocol.Vote votes = 5; |
Protocol.Account.Builder |
Protocol.Account.Builder.setAccountId(com.google.protobuf.ByteString value)
the identity of this account, case insensitive
bytes account_id = 23; |
Protocol.Account.Builder |
Protocol.Account.Builder.setAccountName(com.google.protobuf.ByteString value)
account nick name
bytes account_name = 1; |
Protocol.Account.Builder |
Protocol.Account.Builder.setAccountResource(Protocol.Account.AccountResource.Builder builderForValue)
.protocol.Account.AccountResource account_resource = 26; |
Protocol.Account.Builder |
Protocol.Account.Builder.setAccountResource(Protocol.Account.AccountResource value)
.protocol.Account.AccountResource account_resource = 26; |
Protocol.Account.Builder |
Protocol.Account.Builder.setAcquiredDelegatedFrozenBalanceForBandwidth(long value)
Frozen balance provided by other accounts to this account
int64 acquired_delegated_frozen_balance_for_bandwidth = 41; |
Protocol.Account.Builder |
Protocol.Account.Builder.setActivePermission(int index,
Protocol.Permission.Builder builderForValue)
repeated .protocol.Permission active_permission = 33; |
Protocol.Account.Builder |
Protocol.Account.Builder.setActivePermission(int index,
Protocol.Permission value)
repeated .protocol.Permission active_permission = 33; |
Protocol.Account.Builder |
Protocol.Account.Builder.setAddress(com.google.protobuf.ByteString value)
the create address
bytes address = 3; |
Protocol.Account.Builder |
Protocol.Account.Builder.setAllowance(long value)
witness block producing allowance
int64 allowance = 11; |
Protocol.Account.Builder |
Protocol.Account.Builder.setAssetIssuedID(com.google.protobuf.ByteString value)
bytes asset_issued_ID = 57; |
Protocol.Account.Builder |
Protocol.Account.Builder.setAssetIssuedName(com.google.protobuf.ByteString value)
asset_issued_name
bytes asset_issued_name = 17; |
Protocol.Account.Builder |
Protocol.Account.Builder.setBalance(long value)
the trx balance
int64 balance = 4; |
Protocol.Account.Builder |
Protocol.Account.Builder.setCode(com.google.protobuf.ByteString value)
not used so far
bytes code = 13; |
Protocol.Account.Builder |
Protocol.Account.Builder.setCodeHash(com.google.protobuf.ByteString value)
bytes codeHash = 30; |
Protocol.Account.Builder |
Protocol.Account.Builder.setCreateTime(long value)
this account create time
int64 create_time = 9; |
Protocol.Account.Builder |
Protocol.Account.Builder.setDelegatedFrozenBalanceForBandwidth(long value)
Freeze and provide balances to other accounts
int64 delegated_frozen_balance_for_bandwidth = 42; |
Protocol.Account.Builder |
Protocol.Account.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.Account.Builder |
Protocol.Account.Builder.setFreeNetUsage(long value)
int64 free_net_usage = 19; |
Protocol.Account.Builder |
Protocol.Account.Builder.setFrozen(int index,
Protocol.Account.Frozen.Builder builderForValue)
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7; |
Protocol.Account.Builder |
Protocol.Account.Builder.setFrozen(int index,
Protocol.Account.Frozen value)
the frozen balance for bandwidth
repeated .protocol.Account.Frozen frozen = 7; |
Protocol.Account.Builder |
Protocol.Account.Builder.setFrozenSupply(int index,
Protocol.Account.Frozen.Builder builderForValue)
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16; |
Protocol.Account.Builder |
Protocol.Account.Builder.setFrozenSupply(int index,
Protocol.Account.Frozen value)
frozen asset(for asset issuer)
repeated .protocol.Account.Frozen frozen_supply = 16; |
Protocol.Account.Builder |
Protocol.Account.Builder.setIsCommittee(boolean value)
bool is_committee = 15; |
Protocol.Account.Builder |
Protocol.Account.Builder.setIsWitness(boolean value)
bool is_witness = 14; |
Protocol.Account.Builder |
Protocol.Account.Builder.setLatestConsumeFreeTime(long value)
int64 latest_consume_free_time = 22; |
Protocol.Account.Builder |
Protocol.Account.Builder.setLatestConsumeTime(long value)
int64 latest_consume_time = 21; |
Protocol.Account.Builder |
Protocol.Account.Builder.setLatestOprationTime(long value)
this last operation time, including transfer, voting and so on.
|
Protocol.Account.Builder |
Protocol.Account.Builder.setLatestWithdrawTime(long value)
last withdraw time
int64 latest_withdraw_time = 12; |
Protocol.Account.Builder |
Protocol.Account.Builder.setNetUsage(long value)
bandwidth, get from frozen
int64 net_usage = 8; |
Protocol.Account.Builder |
Protocol.Account.Builder.setOwnerPermission(Protocol.Permission.Builder builderForValue)
.protocol.Permission owner_permission = 31; |
Protocol.Account.Builder |
Protocol.Account.Builder.setOwnerPermission(Protocol.Permission value)
.protocol.Permission owner_permission = 31; |
Protocol.Account.Builder |
Protocol.Account.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protocol.Account.Builder |
Protocol.Account.Builder.setType(Protocol.AccountType value)
.protocol.AccountType type = 2; |
Protocol.Account.Builder |
Protocol.Account.Builder.setTypeValue(int value)
.protocol.AccountType type = 2; |
Protocol.Account.Builder |
Protocol.Account.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protocol.Account.Builder |
Protocol.Account.Builder.setVotes(int index,
Protocol.Vote.Builder builderForValue)
the votes
repeated .protocol.Vote votes = 5; |
Protocol.Account.Builder |
Protocol.Account.Builder.setVotes(int index,
Protocol.Vote value)
the votes
repeated .protocol.Vote votes = 5; |
Protocol.Account.Builder |
Protocol.Account.Builder.setWitnessPermission(Protocol.Permission.Builder builderForValue)
.protocol.Permission witness_permission = 32; |
Protocol.Account.Builder |
Protocol.Account.Builder.setWitnessPermission(Protocol.Permission value)
.protocol.Permission witness_permission = 32; |
Protocol.Account.Builder |
Protocol.Account.toBuilder() |
Copyright © 2020. All rights reserved.