UNPKG

@ledgerhq/coin-algorand

Version:
6 lines (4 loc) 167 B
export const addPrefixToken = (tokenId: string) => `algorand/asa/${tokenId}`; export const extractTokenId = (tokenId: string) => { return tokenId.split("/")[2]; };