Documentation
    Preparing search index...

    Interface SendTransactionIntentRequest

    interface SendTransactionIntentRequest {
        from?: string;
        items: SendTransactionIntentItem[];
        network?: string;
        validUntil: number;
    }
    Index

    Properties

    from?: string

    Explicit sender address for the intent. If omitted, the wallet will use its default selected account.

    network?: string
    validUntil: number