Footprint class

Footprint received when simulating a transaction. Contains utility functions.

Constructors

Footprint(XdrLedgerFootprint xdrFootprint)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
xdrFootprint XdrLedgerFootprint
getter/setter pair

Methods

getContractCodeLedgerKey() String?
if found, returns the contract code ledger key as base64 encoded xdr string
getContractCodeXdrLedgerKey() XdrLedgerKey?
if found, returns the contract code ledger key as XdrLedgerKey
getContractDataLedgerKey() String?
if found, returns the contract data ledger key as base64 encoded xdr string
getContractDataXdrLedgerKey() XdrLedgerKey?
if found, returns the contract code ledger key as XdrLedgerKey
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBase64EncodedXdrString() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromBase64EncodedXdrString(String base64Encoded) Footprint