• Type guard to check if data matches the appropriate WalletData format. WalletData must have:

    • exactly one of (walletId or wallet_id)
    • at most one of (networkId or network_id)
    • a seed

    Parameters

    • data: unknown

      The data to check

    Returns data is WalletData

    True if data matches the appropriate WalletData format