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

时间:2019-03-28 09:50:28

标签: blockchain smartcontracts wavesplatform ride

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

1 个答案:

答案 0 :(得分:0)

您需要使用@callable(i)才能访问已调用函数的数据。

参数i的类型为Invocation,基本上Invocation是以下数据结构:

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