eteu-technologies/near-api-go

AddKey and DeleteKey Action unsmarshal failed

Closed this issue · 3 comments

{ "AddKey": { "access_key": { "nonce": 0, "permission": "FullAccess" }, "public_key": "ed25519:Gm4dtdpxNhAyZRDNnjFxiU3P7SMhAnPvpK7YVehFdJgh" } }

The prefix of the public_key field is 'ed25519:', the action unmarshal function pass it to base58 decoder, however it can't be recognized.

Can you give transaction hash & network?

ChunkHash
HLMacUFENvU9M2zkBwcjQrwo6RCMKiBBU5H5GQE4mmhh

Fixed as of a674113, thank you.