secondarySigners property

  1. @BuiltValueField(wireName: r'secondary_signers')
BuiltList<AccountSignature> secondarySigners

The associated signatures, in the same order as the secondary addresses

Implementation

@BuiltValueField(wireName: r'secondary_signers')
BuiltList<AccountSignature> get secondarySigners;