public static interface Client.SideChainTokenInitialIssueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Client.Address |
getAddress()
The account that will be issued.
|
Client.AddressOrBuilder |
getAddressOrBuilder()
The account that will be issued.
|
long |
getAmount()
The amount that will be issued.
|
boolean |
hasAddress()
The account that will be issued.
|
boolean hasAddress()
The account that will be issued.
.Address address = 1;Client.Address getAddress()
The account that will be issued.
.Address address = 1;Client.AddressOrBuilder getAddressOrBuilder()
The account that will be issued.
.Address address = 1;long getAmount()
The amount that will be issued.
int64 amount = 2;Copyright © 2020. All rights reserved.