Struct contract_metadata::ContractBuilder
source · [−]pub struct ContractBuilder { /* private fields */ }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 homepage url (optional)
Set the contract license (optional)
Trait Implementations
Returns the “default value” for a type. Read more