Skip to content

Commit

Permalink
Export the FundOperation and FundQuote classes (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-agarwal-coinbase authored Dec 4, 2024
1 parent 679eafb commit 0d7df5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Added

- Add `FundOperation` and `FundQuote` classes to `cdp` module.

### [0.11.0] - 2024-11-27

### Added
Expand Down
4 changes: 4 additions & 0 deletions cdp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
from cdp.cdp import Cdp
from cdp.contract_invocation import ContractInvocation
from cdp.faucet_transaction import FaucetTransaction
from cdp.fund_operation import FundOperation
from cdp.fund_quote import FundQuote
from cdp.hash_utils import hash_message, hash_typed_data_message
from cdp.payload_signature import PayloadSignature
from cdp.smart_contract import SmartContract
Expand Down Expand Up @@ -39,4 +41,6 @@
"SmartContract",
"hash_message",
"hash_typed_data_message",
"FundOperation",
"FundQuote",
]

0 comments on commit 0d7df5b

Please sign in to comment.