pub fn sign_tx( tx: Vec<u8>, payment_key: &CardanoPaymentSigningKey, ) -> Result<Vec<u8>>
Signs CBOR encoded Cardano transaction tx with payment_key.
tx
payment_key