@Generated(value="by gRPC proto compiler (version 1.9.0)", comments="Source: api/api.proto") public final class WalletSolidityGrpc extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WalletSolidityGrpc.WalletSolidityBlockingStub |
static class |
WalletSolidityGrpc.WalletSolidityFutureStub |
static class |
WalletSolidityGrpc.WalletSolidityImplBase |
static class |
WalletSolidityGrpc.WalletSolidityStub |
public static final String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Protocol.Account,Protocol.Account> METHOD_GET_ACCOUNT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Protocol.Account,Protocol.Account> METHOD_GET_ACCOUNT_BY_ID
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,GrpcAPI.WitnessList> METHOD_LIST_WITNESSES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,GrpcAPI.AssetIssueList> METHOD_GET_ASSET_ISSUE_LIST
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.PaginatedMessage,GrpcAPI.AssetIssueList> METHOD_GET_PAGINATED_ASSET_ISSUE_LIST
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.BytesMessage,Contract.AssetIssueContract> METHOD_GET_ASSET_ISSUE_BY_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.BytesMessage,GrpcAPI.AssetIssueList> METHOD_GET_ASSET_ISSUE_LIST_BY_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.BytesMessage,Contract.AssetIssueContract> METHOD_GET_ASSET_ISSUE_BY_ID
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,Protocol.Block> METHOD_GET_NOW_BLOCK
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,GrpcAPI.BlockExtention> METHOD_GET_NOW_BLOCK2
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.NumberMessage,Protocol.Block> METHOD_GET_BLOCK_BY_NUM
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.NumberMessage,GrpcAPI.BlockExtention> METHOD_GET_BLOCK_BY_NUM2
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.NumberMessage,GrpcAPI.NumberMessage> METHOD_GET_TRANSACTION_COUNT_BY_BLOCK_NUM
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.DelegatedResourceMessage,GrpcAPI.DelegatedResourceList> METHOD_GET_DELEGATED_RESOURCE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.BytesMessage,Protocol.DelegatedResourceAccountIndex> METHOD_GET_DELEGATED_RESOURCE_ACCOUNT_INDEX
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.BytesMessage,Protocol.Exchange> METHOD_GET_EXCHANGE_BY_ID
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,GrpcAPI.ExchangeList> METHOD_LIST_EXCHANGES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.BytesMessage,Protocol.Transaction> METHOD_GET_TRANSACTION_BY_ID
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.BytesMessage,Protocol.TransactionInfo> METHOD_GET_TRANSACTION_INFO_BY_ID
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,GrpcAPI.AddressPrKeyPairMessage> METHOD_GENERATE_ADDRESS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<Protocol.Account,Protocol.Account> getGetAccountMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<Protocol.Account,Protocol.Account> getGetAccountByIdMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,GrpcAPI.WitnessList> getListWitnessesMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,GrpcAPI.AssetIssueList> getGetAssetIssueListMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.PaginatedMessage,GrpcAPI.AssetIssueList> getGetPaginatedAssetIssueListMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.BytesMessage,Contract.AssetIssueContract> getGetAssetIssueByNameMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.BytesMessage,GrpcAPI.AssetIssueList> getGetAssetIssueListByNameMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.BytesMessage,Contract.AssetIssueContract> getGetAssetIssueByIdMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,Protocol.Block> getGetNowBlockMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,GrpcAPI.BlockExtention> getGetNowBlock2Method()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.NumberMessage,Protocol.Block> getGetBlockByNumMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.NumberMessage,GrpcAPI.BlockExtention> getGetBlockByNum2Method()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.NumberMessage,GrpcAPI.NumberMessage> getGetTransactionCountByBlockNumMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.DelegatedResourceMessage,GrpcAPI.DelegatedResourceList> getGetDelegatedResourceMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.BytesMessage,Protocol.DelegatedResourceAccountIndex> getGetDelegatedResourceAccountIndexMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.BytesMessage,Protocol.Exchange> getGetExchangeByIdMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,GrpcAPI.ExchangeList> getListExchangesMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.BytesMessage,Protocol.Transaction> getGetTransactionByIdMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.BytesMessage,Protocol.TransactionInfo> getGetTransactionInfoByIdMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,GrpcAPI.AddressPrKeyPairMessage> getGenerateAddressMethod()
public static WalletSolidityGrpc.WalletSolidityStub newStub(io.grpc.Channel channel)
public static WalletSolidityGrpc.WalletSolidityBlockingStub newBlockingStub(io.grpc.Channel channel)
public static WalletSolidityGrpc.WalletSolidityFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2020. All rights reserved.