Search transaction in Algorand with Go
Search Transaction with Golang
package main
import (
"context"
"encoding/json"
"fmt"
"os"
"strings"
"github.com/algorand/go-algorand-sdk/client/v2/common"
"github.com/algorand/go-algorand-sdk/client/v2/indexer"
)
// he...
hn.0xbf.me1 min read