Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming available Methods #4

Merged
merged 6 commits into from
Jul 29, 2024
Merged

Renaming available Methods #4

merged 6 commits into from
Jul 29, 2024

Conversation

chcmedeiros
Copy link
Contributor

  • Renaming functions with Cosmos and EVM to be more consistent.

Copy link
Member

@emmanuelm41 emmanuelm41 left a comment

Choose a reason for hiding this comment

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

Just one comment to address

src/index.ts Outdated
@@ -89,7 +89,7 @@ export class SeiApp extends BaseApp {
}
}

async signEVMTransaction(
async signEVM(
path: string,
rawTxHex: any,
Copy link
Member

Choose a reason for hiding this comment

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

We could take the opportunity to define this as "string | Buffer"? Instead of any, right?

@chcmedeiros chcmedeiros merged commit 1908cc8 into main Jul 29, 2024
2 checks passed
@chcmedeiros chcmedeiros deleted the dev branch July 29, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants