authority property

List<int> authority

Issuing Authority public key identifier

Implementation

List<int> get authority => const fb.ListReader<int>(const fb.Uint8Reader())
    .vTableGet(_bc, _bcOffset, 16, List.empty());