Documentation
    Preparing search index...

    Interface WireMessage

    Wire form of a raw transaction message (non-structured — the caller is responsible for the BoC). Counterpart of the standard SendTransaction messages[] element.

    interface WireMessage {
        a: string;
        am: string;
        ec?: { [k: number]: string };
        p?: string;
        si?: string;
    }
    Index

    Properties

    Properties

    a: string

    destination address

    am: string

    amount in nanocoins (decimal string)

    ec?: { [k: number]: string }

    extra currencies map

    p?: string

    optional one-cell BoC body, base64

    si?: string

    optional state init, base64