UNPKG

lightrail-client

Version:
5 lines (4 loc) 191 B
import { Transaction } from "../../model"; import { LightrailResponse } from "../LightrailResponse"; export interface GetTransactionChainResponse extends LightrailResponse<Transaction[]> { }