Package | Description |
---|---|
org.tron.protos |
Modifier and Type | Method and Description |
---|---|
static Protocol.AccountType |
Protocol.AccountType.forNumber(int value) |
Protocol.AccountType |
Protocol.AccountOrBuilder.getType()
.protocol.AccountType type = 2; |
Protocol.AccountType |
Protocol.Account.getType()
.protocol.AccountType type = 2; |
Protocol.AccountType |
Protocol.Account.Builder.getType()
.protocol.AccountType type = 2; |
Protocol.AccountType |
Contract.AccountCreateContractOrBuilder.getType()
.protocol.AccountType type = 3; |
Protocol.AccountType |
Contract.AccountCreateContract.getType()
.protocol.AccountType type = 3; |
Protocol.AccountType |
Contract.AccountCreateContract.Builder.getType()
.protocol.AccountType type = 3; |
static Protocol.AccountType |
Protocol.AccountType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Protocol.AccountType |
Protocol.AccountType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Protocol.AccountType |
Protocol.AccountType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.AccountType[] |
Protocol.AccountType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Protocol.AccountType> |
Protocol.AccountType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Protocol.Account.Builder |
Protocol.Account.Builder.setType(Protocol.AccountType value)
.protocol.AccountType type = 2; |
Contract.AccountCreateContract.Builder |
Contract.AccountCreateContract.Builder.setType(Protocol.AccountType value)
.protocol.AccountType type = 3; |
Copyright © 2020. All rights reserved.