Airship\Engine\Continuum\Updaters\UpdateInfo::getChannelPublicKey PHP Method

getChannelPublicKey() public method

Get the channel's public key
public getChannelPublicKey ( ) : SignaturePublicKey
return ParagonIE\Halite\Asymmetric\SignaturePublicKey
    public function getChannelPublicKey() : SignaturePublicKey
    {
        return $this->publicKey;
    }