Documentation
    Preparing search index...

    Interface SendTransactionRequestWithItems

    Send a transaction using structured items. Use only when you know the wallet advertises the needed SendTransactionFeature.itemTypes.

    interface SendTransactionRequestWithItems {
        from?: string;
        items: StructuredItem[];
        messages?: undefined;
        network?: string;
        validUntil: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    from?: string

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

    Structured items. The wallet builds the BoC for each.

    messages?: undefined
    network?: string
    validUntil: number

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