macro_rules! sign_transaction_with_chain_id {
($signer:expr, $tx:expr, $sign:expr) => { ... };
}
Expand description
Utility to get and set the chain ID on a transaction and the resulting signature within a
signer’s sign_transaction
.
macro_rules! sign_transaction_with_chain_id {
($signer:expr, $tx:expr, $sign:expr) => { ... };
}
Utility to get and set the chain ID on a transaction and the resulting signature within a
signer’s sign_transaction
.