[docs] types.rs
This commit is contained in:
parent
8b1a9d2518
commit
95bfe7c983
@ -32,7 +32,9 @@ use serde::{Deserialize, Serialize};
|
|||||||
/// Types of script
|
/// Types of script
|
||||||
#[derive(Serialize, Deserialize, Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
#[derive(Serialize, Deserialize, Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
||||||
pub enum ScriptType {
|
pub enum ScriptType {
|
||||||
|
/// External
|
||||||
External = 0,
|
External = 0,
|
||||||
|
/// Internal, usually used for change outputs
|
||||||
Internal = 1,
|
Internal = 1,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user