Struct contract_metadata::ContractBuilder [−][src]
pub struct ContractBuilder { /* fields omitted */ }Expand description
Builder for contract metadata
Implementations
Set the contract name (required)
Set the contract version (required)
Set the contract description (optional)
Set the contract documentation url (optional)
Set the contract repository url (optional)
Set the contract license (optional)
Trait Implementations
Returns the “default value” for a type. Read more