Functions
downgradeRoleToReadonly
Call Signature
downgradeRoleToReadonly(
role
):READONLY
Parameters
Parameter | Type |
---|---|
role | WRITABLE |
Returns
An AccountRole representing the read-only variant of the supplied role.
Call Signature
downgradeRoleToReadonly(
role
):READONLY_SIGNER
Parameters
Parameter | Type |
---|---|
role | WRITABLE_SIGNER |
Returns
An AccountRole representing the read-only variant of the supplied role.
Call Signature
downgradeRoleToReadonly(
role
):AccountRole
Parameters
Parameter | Type |
---|---|
role | AccountRole |
Returns
An AccountRole representing the read-only variant of the supplied role.