UNPKG

@iota-pico/api

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