public static interface Client.MethodFeeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getBasicFee()
The amount of fees to be charged.
|
String |
getSymbol()
The token symbol of the method fee.
|
com.google.protobuf.ByteString |
getSymbolBytes()
The token symbol of the method fee.
|
String getSymbol()
The token symbol of the method fee.
string symbol = 1;com.google.protobuf.ByteString getSymbolBytes()
The token symbol of the method fee.
string symbol = 1;long getBasicFee()
The amount of fees to be charged.
int64 basic_fee = 2;Copyright © 2020. All rights reserved.