aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Type Alias BytesOnChain

    BytesOnChain: string | number[]

    A Move vector<u8> as it arrives from either protocol: base64 under gRPC and a number array under JSON-RPC. Read it through GrpcCasting.bytesFieldToNumbers; indexing the gRPC string directly yields a one-character string, and Number(...) of that value is NaN.