@raoul-picconi/mojito-sdk
    Preparing search index...

    Interface OrderDetails

    interface OrderDetails {
        ask_balance: { atoms: string; decimal: string };
        ask_currency: { type: "Coin" } | { token_id: string; type: "Token" };
        conclude_destination: string;
        give_balance: { atoms: string; decimal: string };
        give_currency: { type: "Coin" } | { token_id: string; type: "Token" };
        nonce: number;
        order_id: string;
    }
    Index

    Properties

    ask_balance: { atoms: string; decimal: string }
    ask_currency: { type: "Coin" } | { token_id: string; type: "Token" }
    conclude_destination: string
    give_balance: { atoms: string; decimal: string }
    give_currency: { type: "Coin" } | { token_id: string; type: "Token" }
    nonce: number
    order_id: string