module.exports = { /** @type {'self'} */ ACCOUNT_SELF: 'self', /** @type {'any'} */ ACCOUNT_ANY: 'any', ACCOUNT_DOMAIN_PREFIX: 'account__', SIGNATURE_TAG_MSG_V4: ':msg-v4:', SIGNATURE_TAG_ACCOUNT_ADD: ':account-add:', }