pub async fn submit<T>(client: &Client, txn: T) -> Result<PendingTxnStatus>where
    T: AsRef<[u8]>,
Expand description

Convert a given transaction to json, ready to be submitted Submit a transaction to the blockchain