@fuzio/contracts
v0.8.2
Published
Fuzio Typescript Library
Downloads
32
Readme
@fuzio/contracts
yarn add @fuzio/contracts
Fuzio Network TypeScript Bundle
Clients
All contracts are scoped under the contracts
object:
import { contracts } from "@fuzio/contracts"
const { FuzioNativePrediction } = contracts
Then each contract will have clients, for example for FuzioNativePrediction
:
const {
FuzioNativePredictionClient,
FuzioNativePredictionMessageComposer,
FuzioNativePredictionQueryClient
} = FuzioNativePrediction
Credits
🛠 Built by Digital Kitchen, based on Cosmology ⚛️ goodness!
Using CosmWasm TS Codegen:
- @cosmwasm/ts-codegen for generated CosmWasm contract Typescript classes