SendSwapOperationResult: {
    smartAccountAddress: Address;
    status: typeof broadcast;
    userOpHash: Hex;
}

Result of sending a swap operation via smart account.

Type declaration

  • smartAccountAddress: Address

    The address of the smart wallet.

  • status: typeof broadcast

    The status of the user operation.

  • userOpHash: Hex

    The hash of the user operation.