Function sign_tx
pub async fn sign_tx(
wallet: LocalSigner<SigningKey<Secp256k1>>,
tx: SeismicTransactionRequest,
) -> SeismicTxEnvelope
Expand description
Signs an arbitrary [TransactionRequest
] using the provided wallet
pub async fn sign_tx(
wallet: LocalSigner<SigningKey<Secp256k1>>,
tx: SeismicTransactionRequest,
) -> SeismicTxEnvelope
Signs an arbitrary [TransactionRequest
] using the provided wallet