• Encode Uint8Array as a base58 string.

    Parameters

    • source: Uint8Array

    Returns string

    Example

    const contractId = System.getContractId();
    System.log("contractId: " + Base58.encode(contractId));

Generated using TypeDoc