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