RevokeSponsorshipOperation class

Inheritance

Constructors

RevokeSponsorshipOperation(XdrLedgerKey? _ledgerKey, String? _signerAccountId, XdrSignerKey? _signerKey)

Properties

hashCode int
The hash code for this object.
no setterinherited
ledgerKey XdrLedgerKey?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signerAccountId String?
no setter
signerKey XdrSignerKey?
no setter
sourceAccount MuxedAccount?
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toOperationBody() XdrOperationBody
Generates OperationBody XDR object.
override
toString() String
A string representation of this object.
inherited
toXdr() XdrOperation
inherited
toXdrBase64() String
Returns base64-encoded Operation XDR object from this operation.
inherited

Operators

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

Static Methods

fromXdr(XdrRevokeSponsorshipOp op) RevokeSponsorshipOperation?
Returns Operation object from an Operation XDR object xdrOp.
override