README
ecc-k
Serialize the transaction after the eos signature
npm i ecc-k --save
const {serializeTransaction} = require('ecc-k');
Serialize the transaction after the eos signature
<script type="module">
import eccK from 'https://cdn.skypack.dev/ecc-k';
</script>
Serialize the transaction after the eos signature
npm i ecc-k --save
const {serializeTransaction} = require('ecc-k');