We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfe049 commit 76d8288Copy full SHA for 76d8288
1 file changed
networks/cosmos/src/base/tx-builder.ts
@@ -145,6 +145,8 @@ export abstract class BaseCosmosTxBuilder<SignDoc>
145
timeoutHeight: options?.timeoutHeight?.value,
146
extensionOptions: options?.extensionOptions,
147
nonCriticalExtensionOptions: options?.nonCriticalExtensionOptions,
148
+ timeoutTimestamp: options?.timeoutTimestamp?.value,
149
+ unordered: options?.unordered ?? false,
150
});
151
return {
152
txBody,
0 commit comments