public static interface Contract.TxOutputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAmount()
The amount of the transaction
string amount = 1; |
com.google.protobuf.ByteString |
getAmountBytes()
The amount of the transaction
string amount = 1; |
long |
getFrozenHeight()
Fronzen height
int64 frozen_height = 4; |
com.google.protobuf.ByteString |
getToAddr()
The address of the launcher
bytes to_addr = 2; |
String getAmount()
The amount of the transaction
string amount = 1;com.google.protobuf.ByteString getAmountBytes()
The amount of the transaction
string amount = 1;com.google.protobuf.ByteString getToAddr()
The address of the launcher
bytes to_addr = 2;long getFrozenHeight()
Fronzen height
int64 frozen_height = 4;Copyright © 2020. All rights reserved.