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

"getKaiaType()" is not present in KaiaTransactionEncoder.signMessage. #36

Open
ChoiYongWook opened this issue Aug 26, 2024 · 1 comment
Assignees

Comments

@ChoiYongWook
Copy link

KaiaTransactionEncoder.signMessage 내부 로직
if (Type.isFeeDelegated(tx.getKaiaType()) || Type.isPartialFeeDelegated(tx.getKaiaType())) { TxTypeFeeDelegate senderTx = (TxTypeFeeDelegate) rawTransaction.getTransaction(); return senderTx.sign(credentials, chainId).getRaw(); }
부분에서 tx.getKaiaType()은 없고 tx.getKalyType()은 있습니다.

@ChoiYongWook ChoiYongWook changed the title KaiaTransactionEncoder.signMessage Error 공유드립니다 getKaiaType() is not present in KaiaTransactionEncoder.signMessage. Aug 26, 2024
@ChoiYongWook ChoiYongWook changed the title getKaiaType() is not present in KaiaTransactionEncoder.signMessage. "getKaiaType()" is not present in KaiaTransactionEncoder.signMessage. Aug 26, 2024
@kjeom kjeom self-assigned this Oct 4, 2024
@kjeom
Copy link
Member

kjeom commented Oct 4, 2024

It has getKaiaType() function. Could you check it again? ref. getKaiaType()

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

No branches or pull requests

2 participants