Documentation
    Preparing search index...

    Interface WireSignMessage

    Compact wire form of AppRequest<'signMessage'>. Same shape as WireSendTransaction; only the method discriminator differs.

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

    Properties

    Properties

    f?: string

    from — sender address

    i?: WireItem[]

    structured items (mutually exclusive with ms)

    m: "sm"

    method discriminator: signMessage

    raw messages (mutually exclusive with i)

    n?: string

    network — TON chain id

    vu?: number

    valid_until — unix epoch seconds