pub(super) async fn send_tip20_transaction(
to: NameOrAddress,
sig: &'static str,
args: Vec<String>,
send_tx: SendTxOpts,
tx_params: TxParams,
pre_resolved_signer: Option<WalletSigner>,
access_key: Option<TempoAccessKeyConfig>,
) -> Result<()>