You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()은 있습니다.
The text was updated successfully, but these errors were encountered:
ChoiYongWook
changed the title
KaiaTransactionEncoder.signMessage Error 공유드립니다
getKaiaType() is not present in KaiaTransactionEncoder.signMessage.
Aug 26, 2024
ChoiYongWook
changed the title
getKaiaType() is not present in KaiaTransactionEncoder.signMessage.
"getKaiaType()" is not present in KaiaTransactionEncoder.signMessage.
Aug 26, 2024
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()은 있습니다.
The text was updated successfully, but these errors were encountered: