Package | Description |
---|---|
org.tron.api | |
org.tron.protos | |
tv.noixion.troncli.grpc | |
tv.noixion.troncli.models.contracts | |
tv.noixion.troncli.utils |
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<Contract.UpdateSettingContract,GrpcAPI.TransactionExtention> |
WalletGrpc.METHOD_UPDATE_SETTING
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<Contract.UpdateSettingContract,GrpcAPI.TransactionExtention> |
WalletGrpc.getUpdateSettingMethod() |
Modifier and Type | Method and Description |
---|---|
GrpcAPI.TransactionExtention |
WalletGrpc.WalletBlockingStub.updateSetting(Contract.UpdateSettingContract request)
modify the consume_user_resource_percent
|
com.google.common.util.concurrent.ListenableFuture<GrpcAPI.TransactionExtention> |
WalletGrpc.WalletFutureStub.updateSetting(Contract.UpdateSettingContract request)
modify the consume_user_resource_percent
|
void |
WalletGrpc.WalletImplBase.updateSetting(Contract.UpdateSettingContract request,
io.grpc.stub.StreamObserver<GrpcAPI.TransactionExtention> responseObserver)
modify the consume_user_resource_percent
|
void |
WalletGrpc.WalletStub.updateSetting(Contract.UpdateSettingContract request,
io.grpc.stub.StreamObserver<GrpcAPI.TransactionExtention> responseObserver)
modify the consume_user_resource_percent
|
Modifier and Type | Method and Description |
---|---|
Contract.UpdateSettingContract |
Contract.UpdateSettingContract.Builder.build() |
Contract.UpdateSettingContract |
Contract.UpdateSettingContract.Builder.buildPartial() |
static Contract.UpdateSettingContract |
Contract.UpdateSettingContract.getDefaultInstance() |
Contract.UpdateSettingContract |
Contract.UpdateSettingContract.getDefaultInstanceForType() |
Contract.UpdateSettingContract |
Contract.UpdateSettingContract.Builder.getDefaultInstanceForType() |
static Contract.UpdateSettingContract |
Contract.UpdateSettingContract.parseDelimitedFrom(InputStream input) |
static Contract.UpdateSettingContract |
Contract.UpdateSettingContract.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.UpdateSettingContract |
Contract.UpdateSettingContract.parseFrom(byte[] data) |
static Contract.UpdateSettingContract |
Contract.UpdateSettingContract.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.UpdateSettingContract |
Contract.UpdateSettingContract.parseFrom(ByteBuffer data) |
static Contract.UpdateSettingContract |
Contract.UpdateSettingContract.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.UpdateSettingContract |
Contract.UpdateSettingContract.parseFrom(com.google.protobuf.ByteString data) |
static Contract.UpdateSettingContract |
Contract.UpdateSettingContract.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.UpdateSettingContract |
Contract.UpdateSettingContract.parseFrom(com.google.protobuf.CodedInputStream input) |
static Contract.UpdateSettingContract |
Contract.UpdateSettingContract.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.UpdateSettingContract |
Contract.UpdateSettingContract.parseFrom(InputStream input) |
static Contract.UpdateSettingContract |
Contract.UpdateSettingContract.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Contract.UpdateSettingContract> |
Contract.UpdateSettingContract.getParserForType() |
static com.google.protobuf.Parser<Contract.UpdateSettingContract> |
Contract.UpdateSettingContract.parser() |
Modifier and Type | Method and Description |
---|---|
Contract.UpdateSettingContract.Builder |
Contract.UpdateSettingContract.Builder.mergeFrom(Contract.UpdateSettingContract other) |
static Contract.UpdateSettingContract.Builder |
Contract.UpdateSettingContract.newBuilder(Contract.UpdateSettingContract prototype) |
Modifier and Type | Method and Description |
---|---|
GrpcAPI.TransactionExtention |
GrpcClient.updateSetting(Contract.UpdateSettingContract request) |
Constructor and Description |
---|
UpdateSettingContract(Contract.UpdateSettingContract contract) |
Modifier and Type | Method and Description |
---|---|
static Contract.UpdateSettingContract |
TronContracts.createUpdateSettingContract(byte[] owner,
byte[] contractAddress,
long consumeUserResourcePercent) |
Copyright © 2020. All rights reserved.