UNPKG

@intuweb3/sdk

Version:

INTU SDK - Modern blockchain interaction toolkit

8 lines (7 loc) 273 B
import { Vault } from '../services/web3/models/vault.js'; import { Proposal } from '../services/web3/models/proposal.js'; import { Transaction } from './models.js'; export interface VaultAllInfo extends Vault { proposals: Proposal[]; transactions: Transaction[]; }