David Van Der Beek

Results 5 comments of David Van Der Beek

@yashutanna I had the same issue. This is what I came up with that seems to be working for an `AddDelegatorTx` ``` const serialized = unsignedTx.serialize(); const buf = Buffer.from(JSON.stringify(serialized));...

@geekq Have you had a chance to take a look at this? I'm using this approach for some workflows and it has helped eliminate a ton of duplication, but this...

@netcitylife I'm trying to use your code to insert a signature that I'm generating with a private key in Google Cloud KMS. My private key uses the following algorithm for...

Thanks @moritzgloeckl. For some reason I still can't get it to work. It won't insert the signature that comes back from Google Cloud KMS. The error keeps alternating between `Could...

@moritzgloeckl Yeah I am sure there is just some sort of issue with the way they encode the signature. It seems like it's supposed to be base64 encoded, and your...