WietseWind / xrpl-accountlib

XRPL Account helper: generation, derivation and signing (family seed, mnemonic, passphrase)
MIT License
27 stars 12 forks source link

Add prefilledSignAndSubmit, autofill #316

Closed tequdev closed 7 months ago

tequdev commented 7 months ago

from #314

WietseWind commented 7 months ago

@tequdev Thank you!

I made some changes and will merge;

  1. I moved the autofill logic from utils to signing, as it is not being reused I didn't assign it its own method
  2. I added a sample to be able to test the code
WietseWind commented 7 months ago

Publised as 3.3.0 :)

tequdev commented 7 months ago

Thank you!