Can you please explain the delegation pattern
App Development3 posts181 views1 likesLast activity Oct 2022
DO
doron_leviOP
Oct 2022Hi,
I am confused about the delegation pattern which is explained here.
Maybe I misunderstand it since there is no code to describe the TransferProposal contract.
Where is the code for the TransferProposal which is mentioned in the docs? I searched for it in the entire site.
ST
Stephen
Oct 2022Where is the code for the TransferProposal which is mentioned in the docs? I searched for it in the entire site.
Here is TransferProposal. Note that this file contains not just the example for delegation pattern, but for several of the other pattern pages, and TransferProposal is discussed a bit more.
DO
doron_levi
Oct 2022Thanks @Stephen