Footprint class Null safety

Footprint received when simulating a transaction. Contains utility functions.

Constructors

Footprint(XdrLedgerFootprint xdrFootprint)

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
xdrFootprint XdrLedgerFootprint
read / write

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 non-existent 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