引用 tic.crypto 取代 tic.common
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Crypto as ticCrypto } from 'tic.common'
|
||||
import ticCrypto from 'tic.crypto'
|
||||
|
||||
export const secword2PubKey = secword => ticCrypto.seckey2pubkey(secword)
|
||||
export const secword2Address = secword => ticCrypto.secword2address(secword)
|
||||
|
||||
Reference in New Issue
Block a user