mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
fix: tests
This commit is contained in:
parent
ddd019e1dc
commit
7dcb3bf20d
@ -541,7 +541,7 @@ export class SigningCosmWasmClient extends CosmWasmClient {
|
|||||||
delegatorAddress: string,
|
delegatorAddress: string,
|
||||||
validatorAddress: string,
|
validatorAddress: string,
|
||||||
amount: Coin,
|
amount: Coin,
|
||||||
creationHeight: number,
|
creationHeight: bigint | undefined,
|
||||||
fee: StdFee | "auto" | number,
|
fee: StdFee | "auto" | number,
|
||||||
memo = "",
|
memo = "",
|
||||||
): Promise<DeliverTxResponse> {
|
): Promise<DeliverTxResponse> {
|
||||||
|
@ -218,7 +218,7 @@ export class SigningStargateClient extends StargateClient {
|
|||||||
delegatorAddress: string,
|
delegatorAddress: string,
|
||||||
validatorAddress: string,
|
validatorAddress: string,
|
||||||
amount: Coin,
|
amount: Coin,
|
||||||
creationHeight: number,
|
creationHeight: bigint | undefined,
|
||||||
fee: StdFee | "auto" | number,
|
fee: StdFee | "auto" | number,
|
||||||
memo = "",
|
memo = "",
|
||||||
): Promise<DeliverTxResponse> {
|
): Promise<DeliverTxResponse> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user