我对Ride4dApps完全陌生,在尝试编写可调用函数时,我不明白参数i
在这里@Callable(i)
代表什么?
答案 0 :(得分:0)
您需要使用@callable(i)
才能访问已调用函数的数据。
参数i
的类型为Invocation,基本上Invocation是以下数据结构:
caller: Address.
payment: Payment|Un, where Payment consist of amount: Long and assetId: ByteVector | Unit.