const callWallet = require('jcc_wallet').callWallet
// import { callWallet } from 'jcc_wallet'
/**
* check call address is valid or not
*
* @param {string} address
* @returns {boolean} return true if valid
*/
/**
* check call secret is valid or not
*
* @param {string} secret
* @returns {boolean} return true if valid
*/
/**
* get call address with secret
*
* @param {string} secret
* @returns {(string | null)} return address if valid, otherwise return null
*/
/**
* create call wallet
*
* @param {ICreateCallOptionsModel} [opt={}]
* @returns {(IWalletModel | null)} return IWalletModel if succress, otherwise return null
*/