authorizedSignature property

List<int> authorizedSignature

Secured signature of the most recent block hash signed by the authority or delagated mint

Implementation

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