Enum offchain::types::Status [−][src]
pub enum Status {
None,
NeedsKycData,
ReadyForSettlement,
Abort,
SoftMatch,
}Variants
No status is yet set from this actor.
KYC data about the subaddresses is required by this actor.
Transaction is ready for settlement according to this actor (i.e. the requried signatures/KYC data has been provided.
Indicates the actor wishes to abort this payment, instaed of settling it.
Actor’s KYC data resulted in a soft-match, request additional KYC data.
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Status
impl UnwindSafe for Status
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self
Generates a hash used only for tests.