UNPKG

@iota-pico/api

Version:
11 lines (10 loc) 220 B
/** * Represents the request for checkConsistency command. * @interface */ export interface ICheckConsistencyRequest { /** * The tail hashes to check for consistency. */ tails: string[]; }