UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

6 lines 194 B
export function parseAccount(account) { if (typeof account === 'string') return { address: account, type: 'json-rpc' }; return account; } //# sourceMappingURL=parseAccount.js.map