constant

package
v1.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 7, 2024 License: Apache-2.0 Imports: 0 Imported by: 15

Documentation

Index

Constants

View Source
const (
	BvTestnetEndpoint  = "https://sui-testnet-endpoint.blockvision.org"
	BvMainnetEndpoint  = "https://sui-mainnet-endpoint.blockvision.org"
	SuiTestnetEndpoint = "https://fullnode.testnet.sui.io"
	SuiMainnetEndpoint = "https://fullnode.mainnet.sui.io"

	WssBvTestnetEndpoint  = "wss://sui-testnet-endpoint.blockvision.org/websocket"
	WssBvMainnetEndpoint  = "wss://sui-mainnet-endpoint.blockvision.org/websocket"
	WssSuiTestnetEndpoint = "wss://fullnode.testnet.sui.io"
	WssSuiMainnetEndpoint = "wss://fullnode.mainnet.sui.io"

	FaucetTestnetEndpoint  = "https://faucet.testnet.sui.io/gas"
	FaucetDevnetEndpoint   = "https://faucet.devnet.sui.io"
	FaucetLocalnetEndpoint = "http://127.0.0.1:9123"
)
View Source
const (
	SuiMainnet  = "mainnet"
	SuiTestnet  = "testnet"
	SuiDevnet   = "devnet"
	SuiLocalnet = "localnet"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type IntentScope added in v1.0.6

type IntentScope = uint8
const (
	TransactionDataIntentScope    IntentScope = 0
	TransactionEffectsIntentScope IntentScope = 1
	CheckpointSummaryIntentScope  IntentScope = 2
	PersonalMessageIntentScope    IntentScope = 3
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL