UNPKG

@hashgraph/sdk

Version:
9 lines (8 loc) 253 B
/** * @augments {ObjectMap<AccountId, Long>} */ export default class TokenTransferAccountMap extends ObjectMap<AccountId, import("long")> { constructor(); } import AccountId from "../account/AccountId.js"; import ObjectMap from "../ObjectMap.js";