Registry / serialization / stellar-go-xdr

stellar-go-xdr

JSON →
library0.0.0-20231122183749-b53fb00bcac2gogounverified

XDR encoding and decoding for the Stellar network.

go get github.com/stellar/go-xdr
INSTALL
IMPORT
SIG · STELLAR-GO-XDR
S
stellar-go-xdr
serializationgov0.0.0-20231122183749-b53fb00bcac2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xdr
github.com/stellar/go-xdr

Marshal a uint32 to XDR format

package main import ( "fmt" "github.com/stellar/go-xdr/xdr3" ) func main() { var val uint32 = 42 bytes, err := xdr3.Marshal(val) if err != nil { panic(err) } fmt.Println(bytes) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20231122183749-b53fb00bcac2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
stellar-go-xdr — go get stellar-go-xdr · libregistry