syntifi / near-java-api

Java 8+ library to interact with NEAR Protocol via RPC API
https://syntifi.github.io/near-java-api/
Apache License 2.0
11 stars 5 forks source link

Failed to decode transaction: Unexpected length of input #12

Open GarveyChang opened 2 years ago

GarveyChang commented 2 years ago

args:{"receiver_id":"54d1e6fb0616d803aaed28a3b0a7c92aedcbb7a0dca9af7fbc7479da0037d9c6","amount":"10000000000000000","memo":""}

FunctionCallAction.builder() .methodName("ft_transfer") .deposit(amount) .args(args) .gas(gas) .build()))

nep141 tansfer bug

AB3rtz commented 2 years ago

Which args did you use?