Merge commit 'refs/pull/214/head' of github.com:bitcoindevkit/bdk
This commit is contained in:
@@ -32,7 +32,9 @@ use serde::{Deserialize, Serialize};
|
||||
/// Types of script
|
||||
#[derive(Serialize, Deserialize, Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
||||
pub enum ScriptType {
|
||||
/// External
|
||||
External = 0,
|
||||
/// Internal, usually used for change outputs
|
||||
Internal = 1,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user