UNPKG

@azpool/chia-client

Version:

TypeScript client for Chia node peer RPC interface

6 lines (5 loc) 150 B
import { CoinSolution } from "./CoinSolution"; export interface SpendBundle { coin_solutions: CoinSolution[]; aggregated_signature: string; }