dsteem
    Preparing search index...

    Interface ConvertOperation

    Generic operation.

    interface ConvertOperation {
        "0": "convert";
        "1": { amount: string | Asset; owner: string; requestid: number };
    }

    Hierarchy (View Summary)

    Index

    Properties

    0 1

    Properties

    "0": "convert"
    "1": { amount: string | Asset; owner: string; requestid: number }