pub fn message_proof<T: MessageProofData + ?Sized>(
database: &T,
transaction_id: Bytes32,
desired_nonce: Nonce,
commit_block_height: BlockHeight,
) -> Result<Option<MessageProof>>
Expand description
Generate an output proof.
pub fn message_proof<T: MessageProofData + ?Sized>(
database: &T,
transaction_id: Bytes32,
desired_nonce: Nonce,
commit_block_height: BlockHeight,
) -> Result<Option<MessageProof>>
Generate an output proof.