public interface Transaction extends ApiJson, Signable
Modifier and Type | Method and Description |
---|---|
long |
getFee() |
ByteString |
getId()
Transaction ID.
|
PublicKeyAccount |
getSenderPublicKey() |
long |
getTimestamp() |
byte |
getType() |
byte |
getVersion() |
static final byte V1
static final byte V2
long getFee()
long getTimestamp()
ByteString getId()
PublicKeyAccount getSenderPublicKey()
getSenderPublicKey
in interface Signable
byte getType()
byte getVersion()
Copyright © 2019. All rights reserved.