/** * The Contracts package provides functions and messages * to interact with Bursts Smart Contracts, i.e. generate method calls * and inspect contract data * * @moduledefinition contracts * */ export * from './getContractDatablock'; export * from './ContractDataView'; export * from './constants'; export * from './countCodePages'; export * from './calculateMinimumCreationFee'; export * from './generateMethodCall'; export * from './typings';