File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed
Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ // Package types contains data structures for binary codec operations.
2+ //
3+ // revive:disable:var-naming
14package types
25
36// Hash192 struct represents a 192-bit hash.
Original file line number Diff line number Diff line change 11// Package types provides data structures for server query responses.
2+ // revive:disable:var-naming
23package types
34
45import "github.com/Peersyst/xrpl-go/xrpl/transaction/types"
Original file line number Diff line number Diff line change 1+ // Package types provides core transaction types and helpers for the XRPL Go library.
2+ // revive:disable:var-naming
13package types
24
35import (
Original file line number Diff line number Diff line change 1+ // Package types provides core transaction types and helpers for the XRPL Go library.
2+ //
3+ // revive:disable:var-naming
14package types
25
36// Holder returns a pointer to an Address representing the Holder field (optional).
You can’t perform that action at this time.
0 commit comments