Function: constructContractIssuer()
function constructContractIssuer(contractId): ContractIssuer;
Function to create a contract issuer for a smart contract.
Parameters
• contractId: ContractId
The contract ID of the smart contract.
Returns
A contract issuer with the given contract ID.