UNPKG

@hippocampus-web3/runebond-client

Version:

TypeScript client for RUNEBond API

9 lines (8 loc) 325 B
import type { FinderFeeVaultTopupDto } from './FinderFeeVaultTopupDto'; import type { NodeOperatorHistoryDto } from './NodeOperatorHistoryDto'; export type NodeOperatorDto = { operatorAddress: string; finderFeeVault: number; history?: Array<NodeOperatorHistoryDto>; topups?: Array<FinderFeeVaultTopupDto>; };