Const
Whether a request is acknowledged and retried.
Provided as a runtime object plus a matching string-union type, so it works as both a value and a type annotation. Each value carries the contract's own type, so it is assignable wherever the generated binding takes the enum.
Readonly
The request is acknowledged, and retransmitted until an ACK arrives.
Fire and forget: the request is sent once and not acknowledged.
Whether a request is acknowledged and retried.
Provided as a runtime object plus a matching string-union type, so it works as both a value and a type annotation. Each value carries the contract's own type, so it is assignable wherever the generated binding takes the enum.