pub enum StacksBaseChainOperation {
PoxBlockCommitment(PoxBlockCommitmentData),
PobBlockCommitment(PobBlockCommitmentData),
KeyRegistration(KeyRegistrationData),
TransferSTX(TransferSTXData),
LockSTX(LockSTXData),
}Variants§
PoxBlockCommitment(PoxBlockCommitmentData)
PobBlockCommitment(PobBlockCommitmentData)
KeyRegistration(KeyRegistrationData)
TransferSTX(TransferSTXData)
LockSTX(LockSTXData)
Trait Implementations§
source§impl Clone for StacksBaseChainOperation
impl Clone for StacksBaseChainOperation
source§fn clone(&self) -> StacksBaseChainOperation
fn clone(&self) -> StacksBaseChainOperation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for StacksBaseChainOperation
impl Debug for StacksBaseChainOperation
source§impl<'de> Deserialize<'de> for StacksBaseChainOperation
impl<'de> Deserialize<'de> for StacksBaseChainOperation
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<StacksBaseChainOperation> for StacksBaseChainOperation
impl PartialEq<StacksBaseChainOperation> for StacksBaseChainOperation
source§fn eq(&self, other: &StacksBaseChainOperation) -> bool
fn eq(&self, other: &StacksBaseChainOperation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.