This library provides a type-safe, developer-friendly Python interface for interacting with the NEAR Protocol JSON-RPC API. Fully typed request & response models Clean separation between transport, ...
Messages are encoded as BSON instead of JSON. Protocol identifier is "bsonrpc" instead of "jsonrpc". Batches are not supported since BSON does not have top-level arrays. Benefits over JSON-RPC: Binary ...