Interface OutActionReserve

interface OutActionReserve {
    currency: CurrencyCollection;
    mode: ReserveMode;
    type: "reserve";
}

Properties

Properties

type: "reserve"