securedSignature property

List<int> securedSignature

Secured signature of the hash, signed by the previous sender signature block public key

Implementation

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