fix(LSK): include nonce
in transaction fee calculation
#107
Annotations
4 errors
release:
src/lib/__tests__/lisk/lisk-utils.spec.ts#L28
Argument of type '{ amount: string; }' is not assignable to parameter of type 'EstimateFeeParams'.
|
release:
src/lib/__tests__/lisk/lisk-utils.spec.ts#L39
Argument of type '{ data: string; }' is not assignable to parameter of type 'EstimateFeeParams'.
|
release:
src/lib/lisk/lisk-account.ts#L66
Argument of type '{ amount: string | undefined; keyPair: { publicKey: string; secretKey: string; }; recipientAddress: string; data: string | undefined; }' is not assignable to parameter of type 'EstimateFeeParams'.
|
release
Process completed with exit code 2.
|