Crate near_client

source ·
Expand description

Simple near client for contract function calls. Has a multiplatform support. The main goal of this client is to run on wasm32 architecture.

Re-exports

pub use near_primitives_light::types::Finality;

Modules

Fast and efficient Rust implementation of ed25519 key generation, signing, and verification Used a Dalek cryptography By default near is using two kinds of keys. ed25519 and secp256k1. For simplicity secp256k1 is removed and used ed25519 only.
Copy-paste from a near-core. It’s a reduced implementation of near primitives.

Enums

Describes errors that could be thrown during execution