UNPKG

@iota-pico/api

Version:
11 lines (10 loc) 228 B
/** * Represents the request for storeTransactions command. * @interface */ export interface IStoreTransactionsRequest { /** * List of raw data of transactions to be stored. */ trytes: string[]; }