Expand description
Test utils for seismic primitives, e.g. SeismicTransactionSigned
Functions§
- client_
decrypt - Decrypt ciphertext using network public key and client private key
- client_
encrypt - Encrypt plaintext using network public key and client private key
- get_
ciphertext - Encrypt plaintext using network public key and client private key
- get_
client_ io_ sk - Get the client’s sk for tx io
- get_
encryption_ nonce - Get the encryption nonce
- get_
network_ public_ key - Get the network public key
- get_
plaintext - Get the plaintext for a seismic transaction
- get_
seismic_ elements - Get the seismic elements
- get_
seismic_ tx - Get a seismic transaction
- get_
signed_ seismic_ tx - Get a signed seismic transaction
- get_
signed_ seismic_ tx_ bytes - Create a seismic transaction
- get_
signed_ seismic_ tx_ encoding - Get the encoding of a signed seismic transaction
- get_
signed_ seismic_ tx_ typed_ data - Create a seismic transaction with typed data
- get_
signing_ private_ key - Get the client’s signing private key
- get_
unsigned_ seismic_ tx_ request - Get an unsigned seismic transaction request
- get_
unsigned_ seismic_ tx_ typed_ data - Get an unsigned seismic transaction typed data
- get_
wrong_ private_ key - Get a wrong private secp256k1 key
- sign_
seismic_ tx - Sign a seismic transaction
- sign_
seismic_ typed_ tx - signes a [
SeismicTypedTransaction
] using the provided [SigningKey
] - sign_tx
- Signs an arbitrary [
TransactionRequest
] using the provided wallet