provwasm-mocks 0.14.0

Rust mocks that enable unit testing of CosmWasm smart contracts that interact with custom modules in the Provenance Blockchain
Documentation
[dependencies.cosmwasm-std]
features = ["staking"]
version = "0.14.0"

[dependencies.provwasm-std]
version = "0.14.0"

[dependencies.schemars]
version = "0.8.1"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.103"

[package]
authors = ["David Pederson <dpederson@figure.com>", "Ken Talley <ktalley@figure.com>"]
categories = ["development-tools::testing", "cryptography::cryptocurrencies", "wasm"]
description = "Rust mocks that enable unit testing of CosmWasm smart contracts that interact with custom modules in the Provenance Blockchain"
edition = "2018"
keywords = ["provenance", "blockchain", "smart-contracts", "defi", "finance"]
license = "Apache-2.0"
name = "provwasm-mocks"
readme = "README.md"
repository = "https://github.com/provenance-io/provwasm/tree/main/packages/mocks"
version = "0.14.0"