嘿,伙计们,我想知道我能有多少个全局变量作为一个算法智能合同或者dapp?
我目前正在使用pyteal为我的dapp编写一个智能联系人。
发布于 2022-08-18 14:52:36
Algorand的Smart合同目前可以有:
页https://developer.algorand.org/docs/get-details/parameter_tables/#smart-contract-constraints指示当前参数。
您需要在创建时指定有多少全局变量和局部变量及其类型。
https://stackoverflow.com/questions/73395866
复制相似问题