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.
A Move
vector<u8>as it arrives from either protocol: base64 under gRPC and a number array under JSON-RPC. Read it throughGrpcCasting.bytesFieldToNumbers; indexing the gRPC string directly yields a one-character string, andNumber(...)of that value isNaN.