Hakkyung Lee
Hakkyung Lee
Hi, I'm trying to make the suggestion list grow upward instead of downward, but I just can't seem to find a way to properly make it happen. When I type...
This is more like a general question than the feature request. I noticed that "create_claimable_balance" type shows up on the `/operations` endpoint, but strangely it doesn't include the "claimable_balance_id". I...
Hi, I'm trying to convert my ed25519 keypair to x25519 keypair, which can be achieved by provided functions - sodium.crypto_sign_ed25519_pk_to_curve25519(x25519_public, ed25519_public) - sodium.crypto_sign_ed25519_sk_to_curve25519(x25519_secret, ed25519_secret) Currently I'm generating x25519 keypair buffer...