Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

fix types stdtx - #10

Open
zakircode wants to merge 1 commit into
cosmos:hub-3-gaia-2-alphafrom
zakircode:hub-3-gaia-2-alpha
Open

fix types stdtx#10
zakircode wants to merge 1 commit into
cosmos:hub-3-gaia-2-alphafrom
zakircode:hub-3-gaia-2-alpha

Conversation

@zakircode

Copy link
Copy Markdown

No description provided.

Comment thread src/types/auth.ts
/** @TODO document */
export interface StdFee {
amount: Coin[];
amount: Coin[] | null;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you point me to SDK code where StdFee's amount is nullable? I'm not saying it isn't, I'm just not aware of this.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your reply. I am currently studying cosmos-sdk. I have not seen that cosmos-sdk has requirements for StdFee 's amount, and I consider that in some business scenarios, there may be no transaction fee.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants