UNPKG

@iota-pico/api

Version:
11 lines (10 loc) 247 B
/** * Represents the request for wereAddressesSpentFrom command. * @interface */ export interface IWereAddressesSpentFromRequest { /** * The address hashes to check if they were spent from. */ addresses: string[]; }