public static interface Core.TransactionFeeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsValue(String key)
symbol -> amount
map<string, sint64> value = 1; |
boolean |
getIsFailedToCharge()
bool is_failed_to_charge = 2; |
Map<String,Long> |
getValue()
已过时。
|
int |
getValueCount()
symbol -> amount
map<string, sint64> value = 1; |
Map<String,Long> |
getValueMap()
symbol -> amount
map<string, sint64> value = 1; |
long |
getValueOrDefault(String key,
long defaultValue)
symbol -> amount
map<string, sint64> value = 1; |
long |
getValueOrThrow(String key)
symbol -> amount
map<string, sint64> value = 1; |
int getValueCount()
symbol -> amount
map<string, sint64> value = 1;boolean containsValue(String key)
symbol -> amount
map<string, sint64> value = 1;@Deprecated Map<String,Long> getValue()
getValueMap() instead.long getValueOrDefault(String key, long defaultValue)
symbol -> amount
map<string, sint64> value = 1;long getValueOrThrow(String key)
symbol -> amount
map<string, sint64> value = 1;boolean getIsFailedToCharge()
bool is_failed_to_charge = 2;Copyright © 2020. All rights reserved.