add compute fee

This commit is contained in:
kandrusyak
2022-12-09 11:24:21 +03:00
parent 2efc3acd94
commit 68e665804c
3 changed files with 65 additions and 21 deletions

View File

@@ -66,7 +66,9 @@ function SharedData() {
BigInt(store.accountInfo?.sequence?.nonce || 0),
store.pubKey,
store.nodeInfo.networkIdentifier,
store.passPhrase
store.passPhrase,
store.nodeInfo?.genesisConfig?.minFeePerByte,
store.nodeInfo?.genesisConfig?.baseFees
);
const signedTx = builder.validate(