We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b34be9 commit b18b817Copy full SHA for b18b817
packages/orchestration/src/cosmos-api.ts
@@ -296,7 +296,7 @@ export interface LiquidStakingMethods {
296
/** Methods supported only on Agoric chain accounts */
297
export interface LocalAccountMethods extends StakingAccountActions {
298
/** deposit payment (from zoe, for example) to the account */
299
- deposit: (payment: Payment<'nat'>) => Promise<void>;
+ deposit: (payment: Payment<'nat'>) => Promise<Amount<'nat'>>;
300
/** withdraw a Payment from the account */
301
withdraw: (amount: Amount<'nat'>) => Promise<Payment<'nat'>>;
302
/**
0 commit comments