Airship\Engine\Continuum\Updaters\UpdateInfo::getChannelPublicKey PHP Метод

getChannelPublicKey() публичный Метод

Get the channel's public key
public getChannelPublicKey ( ) : SignaturePublicKey
Результат ParagonIE\Halite\Asymmetric\SignaturePublicKey
    public function getChannelPublicKey() : SignaturePublicKey
    {
        return $this->publicKey;
    }