public static interface TokenContract.GetLockedAmountOutputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Client.Address |
getAddress()
The address of the lock.
|
Client.AddressOrBuilder |
getAddressOrBuilder()
The address of the lock.
|
long |
getAmount()
The locked amount.
|
Client.Hash |
getLockId()
The id of the lock.
|
Client.HashOrBuilder |
getLockIdOrBuilder()
The id of the lock.
|
String |
getSymbol()
The token symbol.
|
com.google.protobuf.ByteString |
getSymbolBytes()
The token symbol.
|
boolean |
hasAddress()
The address of the lock.
|
boolean |
hasLockId()
The id of the lock.
|
boolean hasAddress()
The address of the lock.
.Address address = 1;Client.Address getAddress()
The address of the lock.
.Address address = 1;Client.AddressOrBuilder getAddressOrBuilder()
The address of the lock.
.Address address = 1;String getSymbol()
The token symbol.
string symbol = 2;com.google.protobuf.ByteString getSymbolBytes()
The token symbol.
string symbol = 2;boolean hasLockId()
The id of the lock.
.Hash lock_id = 3;Client.Hash getLockId()
The id of the lock.
.Hash lock_id = 3;Client.HashOrBuilder getLockIdOrBuilder()
The id of the lock.
.Hash lock_id = 3;long getAmount()
The locked amount.
int64 amount = 4;Copyright © 2020. All rights reserved.