Documentation
    Preparing search index...

    Interface SendTransactionRequestBase

    Fields shared by both payload shapes of sendTransaction / signMessage.

    interface SendTransactionRequestBase {
        from?: string;
        network?: string;
        validUntil: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    from?: string

    Sender address in raw <workchain>:<hex> format.

    network?: string
    validUntil: number

    Deadline in unix epoch seconds. The wallet refuses the request after this moment.