Skip to main content

AncillaryDataTest

AncillaryDataTest#

Functions#

toUtf8BytesAddress(address x) โ†’ bytes (external)
toUtf8BytesUint(uint256 v) โ†’ bytes (external)
appendKeyValueAddress(bytes currentAncillaryData, bytes key, address value) โ†’ bytes (external)
appendKeyValueBytes32(bytes currentAncillaryData, bytes key, bytes32 value) โ†’ bytes (external)
appendKeyValueUint(bytes currentAncillaryData, bytes key, uint256 value) โ†’ bytes (external)
constructPrefix(bytes currentAncillaryData, bytes key) โ†’ bytes (external)