Skip to content
valdok edited this page Aug 6, 2021 · 3 revisions

Env::AddSig

void AddSig(const PubKey& pubKey);

Adds the specified public key to the list of signatures mandatory for the current transaction kernel. Halt if the specified key is not valid

Parameters

  • pubKey : public key

Return value

  • none

Notes

  • Zero key (a.k.a. point at infinity) is NOT a valid key

Example

Clone this wiki locally