Encode Uint8Array as a base58 string.
const contractId = System.getContractId();System.log("contractId: " + Base58.encode(contractId)); Copy
const contractId = System.getContractId();System.log("contractId: " + Base58.encode(contractId));
Generated using TypeDoc
Encode Uint8Array as a base58 string.