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