UNPKG

banx-token-lending-sdk

Version:

Banx Token Lending sdk

7 lines (6 loc) 281 B
import { web3 } from '@coral-xyz/anchor'; export type StructWithPubkey<T> = T & { publicKey: web3.PublicKey; }; export type FilterOffsetAndConverterFunc = [number, (v: any) => string]; export type FilterOffsetAndConverterFuncMap = Record<string, FilterOffsetAndConverterFunc>;