ManageOfferSuccessResultXdr

XDR Source: struct ManageOfferSuccessResult { // offers that got claimed while creating this offer ClaimAtom offersClaimed<>;

union switch (ManageOfferEffect effect)
{
case MANAGE_OFFER_CREATED:
case MANAGE_OFFER_UPDATED:
    OfferEntry offer;
case MANAGE_OFFER_DELETED:
    void;
}
offer;

};

Constructors

Link copied to clipboard
constructor(offersClaimed: List<ClaimAtomXdr>, offer: ManageOfferSuccessResultOfferXdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)