Documentation
    Preparing search index...

    Interface WireSendTransaction

    Compact wire form of AppRequest<'sendTransaction'>. The payload carries EITHER ms (raw messages) OR i (structured items), never both.

    interface WireSendTransaction {
        f?: string;
        i?: WireItem[];
        m: "st";
        ms?: WireMessage[];
        n?: string;
        vu?: number;
    }
    Index

    Properties

    Properties

    f?: string

    from — sender address (optional; defaults to connected account)

    i?: WireItem[]

    structured items (mutually exclusive with ms)

    m: "st"

    method discriminator: sendTransaction

    raw messages (mutually exclusive with i)

    n?: string

    network — TON chain id (e.g. "-239" for mainnet)

    vu?: number

    valid_until — unix epoch seconds