ACL entry controlling what a napplet pubkey is permitted to do.
const entry: AclEntry = { pubkey: 'abc123...', capabilities: ['relay:read', 'relay:write'], blocked: false, stateQuota: 524288,}; Copy
const entry: AclEntry = { pubkey: 'abc123...', capabilities: ['relay:read', 'relay:write'], blocked: false, stateQuota: 524288,};
Optional
ACL entry controlling what a napplet pubkey is permitted to do.
Example