Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

how to calculate the trasnaction fee #829

Open
prologic-dev opened this issue Jan 17, 2019 · 0 comments
Open

how to calculate the trasnaction fee #829

prologic-dev opened this issue Jan 17, 2019 · 0 comments

Comments

@prologic-dev
Copy link

How to calculate the trasnction fee with the following array

btc: [{
name: 'urgent',
nbBlocks: 2,
multiplier: 1.5,
defaultValue: 150000,
}, {
name: 'priority',
nbBlocks: 2,
defaultValue: 100000
}, {
name: 'normal',
nbBlocks: 3,
defaultValue: 80000
}, {
name: 'economy',
nbBlocks: 6,
defaultValue: 50000
}, {
name: 'superEconomy',
nbBlocks: 24,
defaultValue: 20000
}]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant