signature_type property

String signature_type
getter/setter pair

export type SignatureType = | "ecdsa" | "ecdsa_recovery" | "ed25519" | "schnorr_1" | "schnorr_poseidon";

Implementation

// ignore: non_constant_identifier_names
String signature_type;