Operation class
Abstract class for operations.
- Implementers
- AccountMergeOperation
- AllowTrustOperation
- BeginSponsoringFutureReservesOperation
- BumpSequenceOperation
- ChangeTrustOperation
- ClaimClaimableBalanceOperation
- ClawbackClaimableBalanceOperation
- ClawbackOperation
- CreateAccountOperation
- CreateClaimableBalanceOperation
- CreatePassiveSellOfferOperation
- EndSponsoringFutureReservesOperation
- ManageBuyOfferOperation
- ManageDataOperation
- ManageSellOfferOperation
- PathPaymentStrictReceiveOperation
- PathPaymentStrictSendOperation
- PaymentOperation
- RevokeSponsorshipOperation
- SetOptionsOperation
- SetTrustLineFlagsOperation
Constructors
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
- sourceAccount ↔ MuxedAccount
-
Returns the operation source account.
read / write
Methods
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toOperationBody(
) → XdrOperationBody - Generates OperationBody XDR object.
-
toString(
) → String -
A string representation of this object. [...]
inherited
-
toXdr(
) → XdrOperation -
toXdrBase64(
) → String - Returns base64-encoded Operation XDR object from this operation.
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited
Static Properties
Static Methods
-
fromXdr(
XdrOperation xdrOp ) → Operation -
Returns Operation object from an Operation XDR object
xdrOp
. -
fromXdrAmount(
int value ) → String -
toXdrAmount(
String value ) → int