UNPKG

@ledgerhq/coin-aptos

Version:
9 lines 335 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AccountType = void 0; var AccountType; (function (AccountType) { AccountType["Account"] = "Account"; AccountType["TokenAccount"] = "TokenAccount"; })(AccountType || (exports.AccountType = AccountType = {})); //# sourceMappingURL=bridge.js.map