Interface SignFusionQuoteParams

Parameters required for requesting a quote from the MEE service SignFusionQuoteParams

interface SignFusionQuoteParams {
    account?: MultichainSmartAccount;
    executionMode?: MeeExecutionMode;
    quote: GetQuotePayload;
    trigger: {
        call: Call;
        chain: Chain;
    };
}

Properties

account?: MultichainSmartAccount

Optional smart account to execute the transaction. If not provided, uses the client's default account

executionMode?: MeeExecutionMode

The execution mode to use. Defaults to "direct-to-mee"

The quote to sign

trigger: {
    call: Call;
    chain: Chain;
}

The on-chain transaction to use as the trigger

Type declaration

  • call: Call

    The on-chain transaction to use as the trigger

  • chain: Chain

    The chain to use