fix: transaction type schema

This commit is contained in:
Ludo Galabru
2023-04-03 10:56:25 -04:00
parent 0ec265380c
commit c35a737ed2

View File

@@ -143,6 +143,7 @@ pub struct StacksTransactionData {
}
#[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
#[serde(tag = "type", content = "data")]
pub enum StacksTransactionKind {
ContractCall(StacksContractCallData),
ContractDeployment(StacksContractDeploymentData),