Documentation
    Preparing search index...

    Interface SendTonItem

    interface SendTonItem {
        a: string;
        am: string;
        ec?: Record<string, string>;
        p?: string;
        si?: string;
        t: "ton";
    }
    Index

    Properties

    Properties

    a: string
    am: string
    ec?: Record<string, string>
    p?: string
    si?: string
    t: "ton"