UNPKG

@ledgerhq/coin-mina

Version:
4 lines (3 loc) 146 B
export const getRandomTransferID = () => { return Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15); };