public enum SignMethod extends java.lang.Enum<SignMethod>
SignerOuterClass.SignMethod| Enum Constant and Description | 
|---|
SIGN_METHOD_TAPROOT_KEY_SPEND  | 
SIGN_METHOD_TAPROOT_KEY_SPEND_BIP0086  | 
SIGN_METHOD_TAPROOT_SCRIPT_SPEND  | 
SIGN_METHOD_WITNESS_V0  | 
| Modifier and Type | Method and Description | 
|---|---|
SignerOuterClass.SignMethod | 
getApiObject()  | 
static SignMethod | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static SignMethod[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
static SignMethod | 
wrap(SignerOuterClass.SignMethod apiObject)  | 
public static final SignMethod SIGN_METHOD_WITNESS_V0
public static final SignMethod SIGN_METHOD_TAPROOT_KEY_SPEND_BIP0086
public static final SignMethod SIGN_METHOD_TAPROOT_KEY_SPEND
public static final SignMethod SIGN_METHOD_TAPROOT_SCRIPT_SPEND
public static SignMethod[] values()
for (SignMethod c : SignMethod.values()) System.out.println(c);
public static SignMethod valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic SignerOuterClass.SignMethod getApiObject()
public static SignMethod wrap(SignerOuterClass.SignMethod apiObject)