const eoslime = require('eoslime').init();// Load existing network account - proposerconst multiSigAccount = eoslime.MultiSigAccount.load('name', 'privateKey', 'permission');
name - account name
privateKey - private key of the account. If you provide permission, the privateKey should be relevant for that permission
permission ( Optional ) - the account's permission.
Default - active
Permission per account. If you want to operate with another account's permission you should load the same account with the second permission.
name
publicKey
privateKey
proposals
accounts - approvers accounts
provider - The network provider that the account is connected to
executiveAuthority - transactions authority
{actor: '', permission: '' }}