import { XrpAccount, XrpFee } from '@tatumio/api-client' export type XrpApiCallsType = { getAccountDetail: (account: string) => Promise getFee: () => Promise } export * from './lib/xrp.sdk'