chik-wallet-sdk 0.25.0

An unofficial SDK for building Chik wallets.
Documentation
{
  "entrypoint": "chik_sdk_bindings",
  "pymodule": "chik_wallet_sdk",
  "type_groups": {
    "{bytes}": [
      "Vec<u8>",
      "Bytes32",
      "Bytes48",
      "Bytes96",
      "BytesImpl<33>",
      "BytesImpl<64>",
      "Bytes",
      "ClassgroupElement",
      "TreeHash",
      "SerializedProgram"
    ],
    "{bigint}": ["u64", "u128", "BigInt"]
  },
  "shared": {
    "GetBlockRecordByHeightResponse": "GetBlockRecordResponse",
    "GetCoinRecordByNameResponse": "GetCoinRecordResponse"
  },
  "napi": {
    "{bytes}": "napi::bindgen_prelude::Uint8Array",
    "{bigint}": "napi::bindgen_prelude::BigInt",
    "()": "napi::JsUndefined"
  },
  "wasm": {
    "{bytes}": "Vec<u8>",
    "{bigint}": "js_sys::BigInt",
    "Vec<Bytes32>": "js_sys::Array",
    "Vec<Bytes>": "js_sys::Array",
    "Vec<TreeHash>": "js_sys::Array"
  },
  "pyo3": {
    "{bytes}": "Vec<u8>",
    "BigInt": "num_bigint::BigInt"
  }
}