Set the state storage quota for an identity.
Current ACL state
Napplet identity
Quota in bytes
New AclState with the quota set
const state2 = setQuota(state, id, 1024 * 1024); // 1 MBgetQuota(state2, id); // 1048576 Copy
const state2 = setQuota(state, id, 1024 * 1024); // 1 MBgetQuota(state2, id); // 1048576
Set the state storage quota for an identity.