SmartAccountSwapResult: {
    smartAccountAddress: Address;
    status: string;
    userOpHash: Hex;
}

Result of executing a token swap (smart account-level).

Type declaration

  • smartAccountAddress: Address

    The address of the smart wallet.

  • status: string

    The status of the user operation.

  • userOpHash: Hex

    The hash of the user operation.