downgradeRoleToNonSigner

Call Signature

function downgradeRoleToNonSigner(role): READONLY;

Parameters

ParameterType
roleREADONLY_SIGNER

Returns

READONLY

An AccountRole representing the non-signer variant of the supplied role.

Call Signature

function downgradeRoleToNonSigner(role): WRITABLE;

Parameters

ParameterType
roleWRITABLE_SIGNER

Returns

WRITABLE

An AccountRole representing the non-signer variant of the supplied role.

Call Signature

function downgradeRoleToNonSigner(role): AccountRole;

Parameters

ParameterType
roleAccountRole

Returns

AccountRole

An AccountRole representing the non-signer variant of the supplied role.

On this page