You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anatol Sevastsyan edited this page May 24, 2022
·
3 revisions
Env::AddSig
voidAddSig(const PubKey& pubKey);
Adds the specified public key to the list of signatures mandatory for the current transaction kernel. Halts BVM execution and failes transaction if the specified key is not valid or the kernel is not signed with the private key fo the given public key.
Parameters
pubKey : public key
Return value
none
Notes
Zero key (a.k.a. point at infinity) is NOT a valid key