File "SerializableInterface.php"

Full Path: /home/digidjwy/public_html/wp-content/plugins/mycryptocheckout/vendor/bitwasp/buffertools/src/Buffertools/SerializableInterface.php
File size: 146 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace BitWasp\Buffertools;

interface SerializableInterface
{
    /**
     * @return Buffer
     */
    public function getBuffer();
}