Registry / networking / coinbase-rosetta-sdk-go-types

coinbase-rosetta-sdk-go-types

JSON →
library1.7.1gogounverified

Package types provides data types for the Rosetta blockchain integration standard.

go get github.com/coinbase/rosetta-sdk-go/types
INSTALL
IMPORT
SIG · COINBASE-ROSETTA-S
C
coinbase-rosetta-sdk-go-types
networkinggov1.7.1
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.

types
github.com/coinbase/rosetta-sdk-go/types

Create and use a Rosetta Block type

package main import ( "fmt" "github.com/coinbase/rosetta-sdk-go/types" ) func main() { block := &types.Block{BlockIdentifier: &types.BlockIdentifier{Index: 1}} fmt.Println(block.BlockIdentifier.Index) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
2
Amazon
1
Resources
coinbase-rosetta-sdk-go-types — go get coinbase-rosetta-sdk-go-types · libregistry