Skip to content

Commit

Permalink
types: .deposit returns Amount<'nat'>
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Nov 13, 2024
1 parent 9b34be9 commit b18b817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orchestration/src/cosmos-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export interface LiquidStakingMethods {
/** Methods supported only on Agoric chain accounts */
export interface LocalAccountMethods extends StakingAccountActions {
/** deposit payment (from zoe, for example) to the account */
deposit: (payment: Payment<'nat'>) => Promise<void>;
deposit: (payment: Payment<'nat'>) => Promise<Amount<'nat'>>;
/** withdraw a Payment from the account */
withdraw: (amount: Amount<'nat'>) => Promise<Payment<'nat'>>;
/**
Expand Down

0 comments on commit b18b817

Please sign in to comment.