IVaultResponse: {
    address: string;
    assets: IVaultAssets[];
    create_time: string;
    equity: string;
    lp_supply: string;
    name: string;
    owner: string;
    pnl: string;
    user_num: string;
}

Type declaration

  • address: string
  • assets: IVaultAssets[]
  • create_time: string
  • equity: string
  • lp_supply: string
  • name: string
  • owner: string
  • pnl: string
  • user_num: string

Generated using TypeDoc