UNPKG

@hippocampus-web3/runebond-client

Version:

TypeScript client for RUNEBond API

13 lines (12 loc) 280 B
export type RefererInfoDto = { userAddress: string; hasReferer: boolean; refererAddress?: string; nodeAddress?: string; status?: string; intendedBondAmount?: number; realBond?: number; txId?: string; height?: number; timestamp?: string; };