getTransaction
Get a transaction by id
This function returns a transaction by the Id passed in the parameters.
func getTransaction(byId id: String, completion: @escaping (_ model: TransactionResultView?, _ error: String?)->()) {
}
Updated over 2 years ago
What’s Next