UNPKG

cache-typescript-sdk

Version:
11 lines (10 loc) 180 B
/** * * The HashData structure describes basic information for a hash data. */ export interface HashData { /** * Transaction hash */ readonly data?: string; }