Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

llmq::CInstantSendLock Class Reference

#include <quorums_instantsend.h>

+ Collaboration diagram for llmq::CInstantSendLock:

Public Member Functions

template<typename Stream , typename Operation >
ADD_SERIALIZE_METHODS void SerializationOp (Stream &s, Operation ser_action)
 
uint256 GetRequestId () const
 

Public Attributes

std::vector< COutPointinputs
 
uint256 txid
 
CBLSLazySignature sig
 

Detailed Description

Definition at line 20 of file quorums_instantsend.h.

Member Function Documentation

◆ GetRequestId()

uint256 llmq::CInstantSendLock::GetRequestId ( ) const

◆ SerializationOp()

template<typename Stream , typename Operation >
ADD_SERIALIZE_METHODS void llmq::CInstantSendLock::SerializationOp ( Stream &  s,
Operation  ser_action 
)
inline

Definition at line 31 of file quorums_instantsend.h.

References inputs, READWRITE, sig, and txid.

Member Data Documentation

◆ inputs

◆ sig

CBLSLazySignature llmq::CInstantSendLock::sig

◆ txid


The documentation for this class was generated from the following files:
Released under the MIT license