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