dfinity / agent-rs

A collection of libraries and tools for building software around the Internet Computer, in Rust.
https://sdk.dfinity.org/
Apache License 2.0
121 stars 75 forks source link

feat: Move Bitcoin methods to new BitcoinCanister #567

Closed adamspofford-dfinity closed 3 months ago

adamspofford-dfinity commented 3 months ago

This removes the Bitcoin query methods from ManagementCanister, and adds a BitcoinCanister struct to cover the full API including the query methods.