feat(_code-samples): WiP add tx examples skeleton

This commit is contained in:
banasa44
2025-07-17 12:02:18 +02:00
committed by akcodez
parent ca799b3fb3
commit 13e863ad51
11 changed files with 21 additions and 0 deletions

0
_code-samples/README.md Normal file
View File

View File

View File

@@ -0,0 +1,5 @@
module github.com/XRPLF
go 1.23
require github.com/Peersyst/xrpl-go v0.1.11

View File

@@ -0,0 +1 @@
package rpc

View File

@@ -0,0 +1 @@
package ws

View File

@@ -0,0 +1,5 @@
module github.com/XRPLF
go 1.23
require github.com/Peersyst/xrpl-go v0.1.11

View File

@@ -0,0 +1 @@
package rpc

View File

@@ -0,0 +1 @@
package ws

View File

@@ -0,0 +1,5 @@
module github.com/XRPLF
go 1.23
require github.com/Peersyst/xrpl-go v0.1.11

View File

@@ -0,0 +1 @@
package rpc

View File

@@ -0,0 +1 @@
package ws