Structs§
- Contract
Deployer - Builder for deploying new contract instances.
- Contract
Instantiation Params - Parameters for computing a contract instance from an artifact.
- Deploy
Method - A pending contract deployment interaction.
- Deploy
Options - Options controlling contract deployment behavior.
- Deploy
Result - The result of a deployment transaction.
- Suggested
GasLimits - Suggested gas limits from simulation, with optional padding.
Functions§
- get_
contract_ instance_ from_ instantiation_ params - Compute a contract instance (with derived address) from an artifact and instantiation parameters.
- get_
gas_ limits - Compute gas limits from a simulation result.
- publish_
contract_ class - Build an interaction payload that publishes a contract class on-chain.
- publish_
instance - Build an interaction payload that publishes a contract instance on-chain.