XdrAuthCert constructor

XdrAuthCert(
  1. XdrCurve25519Public _pubkey,
  2. XdrUint64 _expiration,
  3. XdrSignature _sig
)

Implementation

XdrAuthCert(this._pubkey, this._expiration, this._sig);