Skip to content

File: src/Scale/Bytes/Bytes32.sol

Bytes32

Kind: library

ABI Surface

Errors

  • error InvalidBytes32Length()

Function Surface

  • function encode(bytes32 value) internal pure returns (bytes)
    • Encodes an bytes32 into SCALE format.
  • function encodedSizeAt(bytes data, uint256 offset) internal pure returns (uint256)
    • Returns the number of bytes that a bytes32 would occupy when SCALE-encoded.
  • function decode(bytes data) internal pure returns (bytes32)
    • Decodes SCALE-encoded bytes into an bytes32.
  • function decodeAt(bytes data, uint256 offset) internal pure returns (bytes32)
    • Decodes an bytes32 from SCALE format at the specified offset.

Created with solidity-doc-generator