NOTE: Using anonymous objects and/or properties as action data is not supported on WEBGL Unity exports. Use data as dictionary or strongly typed objects with fields.
var result =awaiteos.CreateTransaction(newTransaction(){ actions =newList<Api.v1.Action>() {newApi.v1.Action() { account ="eosio.token", authorization =newList<PermissionLevel>() {newPermissionLevel() {actor ="tester112345", permission ="active" } }, name ="transfer", data =new { from ="tester112345", to ="tester212345", quantity ="0.0001 EOS", memo ="hello crypto world!" } } }});
Data can also be a Dictionary with key as string. The dictionary value can be any object with nested Dictionaries