You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to parse the request body: No case matched:
At /kind, unexpected string instead of endorsement
At /kind, unexpected string instead of seed_nonce_revelation
At /kind, unexpected string instead of double_endorsement_evidence
At /kind, unexpected string instead of double_baking_evidence
At /kind, unexpected string instead of activate_account
At /kind, unexpected string instead of proposals
At /kind, unexpected string instead of ballot
At /kind, unexpected string instead of reveal
Unhandled error (Invalid_argument "Z.of_substring_base: invalid digit")
At /kind, unexpected string instead of origination
At /kind, unexpected string instead of delegation
Trying to call a contract method:
function main(const action: entry_action; var finance_storage: finance_storage): (list(operation) * finance_storage) is
block {
skip
} with case action of
| Deposit(param) -> depositImp(finance_storage)
| Withdraw(param) -> withdrawImp(finance_storage)
end;
I'm having this error:
Trying to call a contract method:
compiled code
I'm making the call like so:
calling the contract using
tezos-client
works fine, any idea what can I be doing wrong?The text was updated successfully, but these errors were encountered: