Sha256: 0b1132a103435bddf3e40d3806a1666db803ba700bcbc1e7faf592b09acbcadf
Contents?: true
Size: 301 Bytes
Versions: 2
Compression:
Stored size: 301 Bytes
Contents
import { TAssetDetails } from '../../api-node/assets'; import { TransactionFromNode } from '@waves/ts-types'; export default function (base: string, address: string, limit: number, after?: string): Promise<{ transactions: Array<TransactionFromNode>; assets: Record<string, TAssetDetails>; }>;
Version data entries
2 entries across 1 versions & 1 rubygems