Function addressesSignedWithBKey [src]

Prototype

pub fn addressesSignedWithBKey(self: CommonInformationEntry) bool

Parameters

self: CommonInformationEntry

Source

pub fn addressesSignedWithBKey(self: CommonInformationEntry) bool { for (self.aug_str) |c| if (c == 'B') return true; return false; }