Skip to content

Commit

Permalink
feat: expose candid type RetrieveErc20Request (#670)
Browse files Browse the repository at this point in the history
# Motivation

Randomly noticed another type, `RetrieveErc20Request`, which is used
since quite some time in Oisy but, is actually not directly exposed by
the ckETH library module.

# Changes

- Expose `RetrieveErc20Request` in `@dfinity/cketh`

# Notes

Searched for other potential not exposed types in Oisy, there weren't.

Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker authored Jul 1, 2024
1 parent a1351ed commit 2791316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cketh/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export type {
Eip1559TransactionPrice,
EthTransaction,
MinterInfo,
RetrieveErc20Request,
RetrieveEthRequest,
RetrieveEthStatus,
TxFinalizedStatus,
Expand Down

0 comments on commit 2791316

Please sign in to comment.