Skip to main content

Questions tagged [cardano-multiplatform-lib]

1 vote
1 answer
187 views

Verify Tx Signature

Say I created a multi-sig transaction and I am now gathering signatures using the Cardano-multiplatform-library. How can I check that the signature is correct for my transaction body, and the signers ...
Leo's user avatar
  • 66
1 vote
0 answers
46 views

What do i pass in as the parameter to create a new Ed25519KeyHash using cardano-multiplatform-lib

I am using Dc Sparks multi-platform-lib to build my transaction.I want to add a required signer in my transaction. There is a add_required_signer method in the TransactionBuilder class and it takes in ...
szhang9921's user avatar