0.8.2 • Published 2 years ago

@fuzio/contracts v0.8.2

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
2 years ago

@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:

0.8.1

2 years ago

0.8.0

2 years ago

0.8.2

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago