getAccountInfo
Gets the info of an account
(async() => {
let account_info_1 = await SOLPay.getAccountInfo(); // {...}
let account_info_2 = await SOLPay.getAccountInfo("ACCOUNT_ADDRESS"); // {...}
})();Parameters:
Returns:
Throws:
Last updated