简体   繁体   English

参数“i”在Ride4dApps中的可调用函数中表示什么?

[英]What does the parameter “i” represent in the callable functions in Ride4dApps?

我对Ride4dApps完全不熟悉,在尝试编写可调用函数时,我不明白i在这里代表@Callable(i)的参数是什么?

You need to use @callable(i) to be able to access the data for an invoked function. 您需要使用@callable(i)来访问调用函数的数据。

The parameter i is of type Invocation and basically Invocation is a data structure of: 参数i是Invocation类型,基本上Invocation是一个数据结构:

caller: Address.
payment: Payment|Un, where Payment consist of amount: Long and assetId: ByteVector | Unit.

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Ride4dApps中的前三行是什么意思? - What does the first three lines in Ride4dApps mean? Ride4dApps 中的 WriteSet、TransferSet 和 ContractResult 之间的主要区别是什么? - What is the main difference between WriteSet, TransferSet and ContractResult in Ride4dApps? 在Ride4dApps中,充提dApp(Waves IDE中的例子)是如何处理延迟问题的? - In Ride4dApps, how does the deposit and withdraw dApp(the example in Waves IDE) handle the delay issue? Ride4Dapps:TypeError 无法读取 invokeScript 中未定义的属性“长度” - Ride4Dapps: TypeError Cannot read property 'length' of undefined in invokeScript 什么是 dapp? 洪流客户端可以被视为 dapps 吗? - What are dapps? Can torrent clients be considered as dapps? 这个错误是什么意思 ? 无法处理带有脚本帐户签名的交易。 我在 Waves 平台上使用 RIDE - what does this error mean ? Can't process transaction with signature from scripted account. I'm using RIDE on Waves platform 我目前正在学习 Solidity 以及如何在以太坊区块链上开发 Dapps,我的理解是否正确? - I'm currently learning Solidity and how to develop Dapps on Ethereum blockchain, is my understanding correct? 如何编写复杂的 dapp - How to write complex dapps Java DApp上的区块链POC - Blockchain POC on DApps in Java 我在供应链 DApps 上工作。在这里我想添加所有者名称的预算而不是整个块 - i am working on supply chain DApps .here i want to add budget with ownername only not with the whole block
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM