UNPKG

@mobile-wallet-protocol/client

Version:
8 lines (7 loc) 186 B
import { SerializedEthereumRpcError } from '../../../core/error'; export type HashedContent = { iv: string; cipherText: string; } | { failure: SerializedEthereumRpcError; };