Returns a list of all permissions (or filtered by type) currently active on the blockchain.
Arguments
- conn
A connection object created by
mc_connect.- permissions
Character string. Permission type to filter. Can be a single permission name (e.g.,
"send") or"*"(default) to list all permissions.
Value
A data frame (via rpc_res_to_df) with permission entries,
typically containing columns like address, type, start,
end, and txid.
See also
Other permissions:
mc_grant(),
mc_grant_from(),
mc_grant_with_data(),
mc_grant_with_data_from(),
mc_revoke(),
mc_revoke_from(),
mc_verify_permission()