doc: document auto-generated <ContractType>Ext
structs and their usage (created by #[near(contract_state)]
)
#1308
Labels
<ContractType>Ext
structs and their usage (created by #[near(contract_state)]
)
#1308
not very clear where to put
<ContractType>Ext
doc itselfEDIT: it should be a sub-heading under #[near] macro documentation, peer (at the same heading level as) to attributes such as #[private] and what not
This task should describe, that this structure is created for all contracts, and what's the purpose of each method,
and how its methods signatures can be looked up on generated
cargo doc --lib
for contractlinks:
<ContractType>Ext
=> [near_sdk::Promise]#[near(contract_state)]
attribute =><ContractType>Ext
, and mentions, what parts of it specifically get defined bycontract_state
#[near]
on impl blocks =><ContractType>Ext
, and mentions, what parts of it specifically get defined by#[near]
on impl blocksThe text was updated successfully, but these errors were encountered: