Function fromBuffer

  • Converts a U256 value to a number

    Parameters

    • buffer: Uint8Array

      The buffer to read from

    • offset: number

      The optional offset in the buffer at which to start reading the U256 value (default: 0)

    Returns {
        offset: number;
        value: U256_t;
    }

    The U256 representation of the bytes