pub fn sign_tx_with_key_pair(
key_pair: Keypair,
tx: Transaction,
) -> TransactionSignedExpand description
Signs the [Transaction] with the given key pair.
pub fn sign_tx_with_key_pair(
key_pair: Keypair,
tx: Transaction,
) -> TransactionSignedSigns the [Transaction] with the given key pair.