Type alias ExecuteSignedQuotePayload

ExecuteSignedQuotePayload: {
    hash: Hex;
}

Response payload from executing a signed quote

Type declaration

  • hash: Hex

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

    Example

    "0x123..."