Type alias SignOnChainQuoteParams

SignOnChainQuoteParams: {
    account?: MultichainSmartAccount;
    confirmations?: number;
    fusionQuote: GetOnChainQuotePayload;
}

Type declaration

  • Optional account?: MultichainSmartAccount

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

  • Optional confirmations?: number

    The number of confirmations to wait for. Defaults to 2

  • fusionQuote: GetOnChainQuotePayload

    The quote to sign