iota.go
iota.go copied to clipboard
IOTA Go API Library. Find documentation on https://wiki.iota.org/build/welcome
Rename, restructure and document the various block and transaction states to be stored in the retainer. - BlockStateRejected renamed to align with our usual terminology, now called BlockStateOrphaned is returned...
My take on #697
This PR adds some ByteSize functions to the `NonEphemeralObject` interface to get the actual used amount of bytes for an object.
Use same address key for implicit account address and ed25519 address from same pubkey so both the address signer and the vm can recognise that a signature from the underlying...
Make Context Input requirement checks syntactic. For any feature or unlock condition that requires a Commitment, Block Issuance Credit or Reward Input we want to check syntactically whether that requirement...
# Description of change fix function name ## Type of change - Documentation Fix ## How the change has been tested No need ## Change checklist Add an `x` to...
Currently the `do` method only uses json serialization for request and response. This should be extended with the possibility to do binary encoding via serix.