CreatePassiveSellOfferOperation class

Represents CreatePassiveSellOffer operation.

Inheritance

Constructors

CreatePassiveSellOfferOperation(Asset _selling, Asset _buying, String _amount, String _price)

Properties

amount String
Amount of selling being sold.
no setter
buying Asset
The asset being bought in this operation
no setter
hashCode int
The hash code for this object.
no setterinherited
price String
Price of 1 unit of selling in terms of buying.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selling Asset
The asset being sold in this operation
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

builder(XdrCreatePassiveSellOfferOp op) CreatePassiveSellOfferOperationBuilder
Construct a new CreatePassiveSellOffer builder from a CreatePassiveSellOfferOp XDR.