signatureType property

  1. @JsonKey(name: 'sig-type', defaultValue: null)
SignatureType? signatureType
final

Indicates what type of signature is used by this account, must be one of:

  • sig
  • msig
  • lsig

Implementation

@JsonKey(name: 'sig-type', defaultValue: null)
final SignatureType? signatureType;