ManageSellOfferOperation class

Represents ManageSellOffer operation. See: List of Operations

Inheritance

Constructors

ManageSellOfferOperation(Asset selling, Asset buying, String amount, String price, String offerId)

Properties

amount String
Amount of selling being sold.
read-only
buying Asset
The asset being bought in this operation.
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
offerId String
The ID of the offer.
read-only
price String
Price of 1 unit of selling in terms of buying.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
selling Asset
The asset being sold in this operation.
read-only
sourceAccount MuxedAccount
Returns the operation source account.
read / write, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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

builder(XdrManageSellOfferOp op) ManageSellOfferOperationBuilder
Construct a new CreateAccount builder from a CreateAccountOp XDR.