We have upgraded the product to App Kit and recommend using it for all production deployments. USDCKit will remain available as a private beta product. Thank you.
@circle-fin/usdckit - v0.25.4
    Preparing search index...

    Variable bytesToBase58Const

    bytesToBase58: (
        bytes: Uint8Array<ArrayBufferLike> | ReadonlyUint8Array,
        offset?: number,
    ) => string = base58.decode

    Type Declaration

      • (
            bytes: Uint8Array<ArrayBufferLike> | ReadonlyUint8Array,
            offset?: number,
        ): string
      • Parameters

        • bytes: Uint8Array<ArrayBufferLike> | ReadonlyUint8Array
        • Optionaloffset: number

        Returns string