public static interface AirdropService.RequestAirdropResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AirdropService.RequestAirdropResponse.Result |
getResult()
.kin.agora.airdrop.v4.RequestAirdropResponse.Result result = 1; |
int |
getResultValue()
.kin.agora.airdrop.v4.RequestAirdropResponse.Result result = 1; |
Model.TransactionSignature |
getSignature()
The signature of the transaction, if result == Result::OK.
|
boolean |
hasSignature()
The signature of the transaction, if result == Result::OK.
|
int getResultValue()
.kin.agora.airdrop.v4.RequestAirdropResponse.Result result = 1;AirdropService.RequestAirdropResponse.Result getResult()
.kin.agora.airdrop.v4.RequestAirdropResponse.Result result = 1;boolean hasSignature()
The signature of the transaction, if result == Result::OK.
.kin.agora.common.v4.TransactionSignature signature = 2;Model.TransactionSignature getSignature()
The signature of the transaction, if result == Result::OK.
.kin.agora.common.v4.TransactionSignature signature = 2;