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
124 stars 77 forks source link

feat: Move Bitcoin methods to new BitcoinCanister #567

Closed adamspofford-dfinity closed 5 months ago

adamspofford-dfinity commented 5 months ago

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