UNPKG

@iota-pico/api

Version:
12 lines (11 loc) 278 B
import { ICommonResponse } from "./ICommonResponse"; /** * Represents the response from getTrytes command. * @interface */ export interface IGetTrytesResponse extends ICommonResponse { /** * Trytes of the requested hashes. */ trytes: string[]; }