public static interface TokenContract.GetVirtualAddressForLockingInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Client.Address |
getAddress()
The address of the lock.
|
Client.AddressOrBuilder |
getAddressOrBuilder()
The address of the lock.
|
Client.Hash |
getLockId()
The id of the lock.
|
Client.HashOrBuilder |
getLockIdOrBuilder()
The id of the lock.
|
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;boolean hasLockId()
The id of the lock.
.Hash lock_id = 2;Client.Hash getLockId()
The id of the lock.
.Hash lock_id = 2;Client.HashOrBuilder getLockIdOrBuilder()
The id of the lock.
.Hash lock_id = 2;Copyright © 2020. All rights reserved.