mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-06-13 16:19:01 +08:00
fix: transaction type schema
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user