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