upgradeRoleToSigner

Call Signature

function upgradeRoleToSigner(role): READONLY_SIGNER;

Parameters

ParameterType
roleREADONLY

Returns

READONLY_SIGNER

An AccountRole representing the signer variant of the supplied role.

Call Signature

function upgradeRoleToSigner(role): WRITABLE_SIGNER;

Parameters

ParameterType
roleWRITABLE

Returns

WRITABLE_SIGNER

An AccountRole representing the signer variant of the supplied role.

Call Signature

function upgradeRoleToSigner(role): AccountRole;

Parameters

ParameterType
roleAccountRole

Returns

AccountRole

An AccountRole representing the signer variant of the supplied role.

On this page