public static interface TransactionService.HistoryItem.PaymentOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAmount()
Amount in quarks
|
Model.SolanaAccountId |
getDestination()
.kin.agora.common.v4.SolanaAccountId destination = 2; |
int |
getIndex()
The index of the transfer within the transaction.
|
Model.SolanaAccountId |
getSource()
.kin.agora.common.v4.SolanaAccountId source = 1; |
boolean |
hasDestination()
.kin.agora.common.v4.SolanaAccountId destination = 2; |
boolean |
hasSource()
.kin.agora.common.v4.SolanaAccountId source = 1; |
boolean hasSource()
.kin.agora.common.v4.SolanaAccountId source = 1;Model.SolanaAccountId getSource()
.kin.agora.common.v4.SolanaAccountId source = 1;boolean hasDestination()
.kin.agora.common.v4.SolanaAccountId destination = 2;Model.SolanaAccountId getDestination()
.kin.agora.common.v4.SolanaAccountId destination = 2;long getAmount()
Amount in quarks
int64 amount = 3;int getIndex()
The index of the transfer within the transaction.
uint32 index = 4;