Type alias ExecuteFusionQuotePayload

ExecuteFusionQuotePayload: {
    hash: Hex;
}

Response payload from executing a fusion quote

Type declaration

  • hash: Hex

    The transaction hash of the executed supertransaction This hash can be used with waitForSupertransactionReceipt

    Example

    "0x123..."