Crate ic_btc_interface

source ·
Expand description

Types used in the interface of the Bitcoin Canister.

Structs

Enums

  • Errors when processing a get_utxos request.
  • A network enum that allows both upper and lowercase variants. Supporting both variants allows us to be compatible with the spec (lowercase) while not breaking current dapps that are using uppercase variants.
  • A filter used when requesting UTXOs.
  • A UtxosFilter enum that allows both upper and lowercase variants. Supporting both variants allows us to be compatible with the spec (lowercase) while not breaking current dapps that are using uppercase variants.

Type Aliases