aeternity / protocol

Specification of the æternity blockchain protocol
https://docs.aeternity.com/protocol
208 stars 76 forks source link

How should be encoded key of contract calls' state tree? #507

Open davidyuk opened 1 year ago

davidyuk commented 1 year ago

https://github.com/aeternity/protocol/blob/master/serializations.md#contract-calls-state-tree

It looks like prefixed with the contract address, but the rest part of the key is unclear. In JS SDK I'm going to use ba_ prefix for now.