feat(docs): add xrpl-go GoLang package to XRPLF documentation site

This commit is contained in:
banasa44
2025-07-22 11:15:48 +02:00
parent 7e700c05b4
commit 82b976905e
12 changed files with 382 additions and 104 deletions

View File

@@ -19,6 +19,7 @@ func main() {
client := rpc.NewClient(cfg)
// Get the latest validated ledger
led, err := client.GetLedger(&ledger.Request{
Transactions: true,
LedgerIndex: common.Validated,