Package | Description |
---|---|
org.tron.api | |
org.tron.protos | |
tv.noixion.troncli.grpc | |
tv.noixion.troncli.models |
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<GrpcAPI.BytesMessage,Protocol.SmartContract> |
WalletGrpc.METHOD_GET_CONTRACT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Protocol.SmartContract |
WalletGrpc.WalletBlockingStub.getContract(GrpcAPI.BytesMessage request) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Protocol.SmartContract> |
WalletGrpc.WalletFutureStub.getContract(GrpcAPI.BytesMessage request) |
static io.grpc.MethodDescriptor<GrpcAPI.BytesMessage,Protocol.SmartContract> |
WalletGrpc.getGetContractMethod() |
Modifier and Type | Method and Description |
---|---|
void |
WalletGrpc.WalletImplBase.getContract(GrpcAPI.BytesMessage request,
io.grpc.stub.StreamObserver<Protocol.SmartContract> responseObserver) |
void |
WalletGrpc.WalletStub.getContract(GrpcAPI.BytesMessage request,
io.grpc.stub.StreamObserver<Protocol.SmartContract> responseObserver) |
Modifier and Type | Method and Description |
---|---|
Protocol.SmartContract |
Protocol.SmartContract.Builder.build() |
Protocol.SmartContract |
Protocol.SmartContract.Builder.buildPartial() |
static Protocol.SmartContract |
Protocol.SmartContract.getDefaultInstance() |
Protocol.SmartContract |
Protocol.SmartContract.getDefaultInstanceForType() |
Protocol.SmartContract |
Protocol.SmartContract.Builder.getDefaultInstanceForType() |
Protocol.SmartContract |
Contract.CreateSmartContractOrBuilder.getNewContract()
.protocol.SmartContract new_contract = 2; |
Protocol.SmartContract |
Contract.CreateSmartContract.getNewContract()
.protocol.SmartContract new_contract = 2; |
Protocol.SmartContract |
Contract.CreateSmartContract.Builder.getNewContract()
.protocol.SmartContract new_contract = 2; |
static Protocol.SmartContract |
Protocol.SmartContract.parseDelimitedFrom(InputStream input) |
static Protocol.SmartContract |
Protocol.SmartContract.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.SmartContract |
Protocol.SmartContract.parseFrom(byte[] data) |
static Protocol.SmartContract |
Protocol.SmartContract.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.SmartContract |
Protocol.SmartContract.parseFrom(ByteBuffer data) |
static Protocol.SmartContract |
Protocol.SmartContract.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.SmartContract |
Protocol.SmartContract.parseFrom(com.google.protobuf.ByteString data) |
static Protocol.SmartContract |
Protocol.SmartContract.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.SmartContract |
Protocol.SmartContract.parseFrom(com.google.protobuf.CodedInputStream input) |
static Protocol.SmartContract |
Protocol.SmartContract.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.SmartContract |
Protocol.SmartContract.parseFrom(InputStream input) |
static Protocol.SmartContract |
Protocol.SmartContract.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Protocol.SmartContract> |
Protocol.SmartContract.getParserForType() |
static com.google.protobuf.Parser<Protocol.SmartContract> |
Protocol.SmartContract.parser() |
Modifier and Type | Method and Description |
---|---|
Protocol.SmartContract.Builder |
Protocol.SmartContract.Builder.mergeFrom(Protocol.SmartContract other) |
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.mergeNewContract(Protocol.SmartContract value)
.protocol.SmartContract new_contract = 2; |
static Protocol.SmartContract.Builder |
Protocol.SmartContract.newBuilder(Protocol.SmartContract prototype) |
Contract.CreateSmartContract.Builder |
Contract.CreateSmartContract.Builder.setNewContract(Protocol.SmartContract value)
.protocol.SmartContract new_contract = 2; |
Modifier and Type | Method and Description |
---|---|
Protocol.SmartContract |
GrpcClient.getContract(byte[] address) |
Constructor and Description |
---|
TronSmartContract(Protocol.SmartContract contract) |
Copyright © 2020. All rights reserved.