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