Class OnchainSendStatusProfile
- Namespace
- NArk.ArkadeIntents.Rfq.Profiles.Onchain
- Assembly
- NArk.ArkadeIntents.dll
Status fields the solver reports for an onchain send swap.
public sealed class OnchainSendStatusProfile
- Inheritance
-
OnchainSendStatusProfile
- Inherited Members
Remarks
Advisory throughout. What actually happened is read off the two chains — the Arkade covenant's VTXO and the L1 HTLC's outputs — never from the party with an interest in the answer.
Properties
HtlcTxid
The transaction that funded the L1 HTLC, if the solver has broadcast one.
public string? HtlcTxid { get; init; }
Property Value
Preimage
The preimage, once the solver has seen the client's L1 claim reveal it.
public string? Preimage { get; init; }