Skip to content

Commit

Permalink
chore: remove getPurse for IcaAccount interface
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Aug 8, 2024
1 parent c80b336 commit a1bfef3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions packages/orchestration/src/cosmos-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,6 @@ export interface IcaAccount {
msgs: AnyJson[],
opts?: Partial<Omit<TxBody, 'messages'>>,
) => Promise<string>;
/** get Purse for a brand to .withdraw() a Payment from the account */
getPurse: (brand: Brand) => Promise<Purse>;
/**
* Close the remote account
*/
Expand Down
3 changes: 0 additions & 3 deletions packages/orchestration/test/staking-ops.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,6 @@ const makeScenario = () => {
},
executeTx: () => Fail`mock`,
close: () => Fail`mock`,
deposit: () => Fail`mock`,
getPurse: () => Fail`mock`,
prepareTransfer: () => Fail`mock`,
getLocalAddress: () => Fail`mock`,
getRemoteAddress: () => Fail`mock`,
getPort: () => Fail`mock`,
Expand Down

0 comments on commit a1bfef3

Please sign in to comment.