blockaddress

package
v1.37.2 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Query

Types

type BlockAddress

type BlockAddress struct {
	mixin.Model[BlockAddress]

	WatchedAddress

	// Address on the blockchain
	Address string `json:"address"`

	// Which blockchain contains the address
	Type Type `json:"type"`
}

BlockAddress denotes an address on the blockchain that we wnat ot keep track of

func New

type WatchedAddress

type WatchedAddress struct {
	// This is the namespace where the wallet is stored
	WalletNamespace string `json:"walletNamespace"`

	// This is the id of the wallet
	WalletId string `json:"walletId"`
}

This is a reference to an address the blockchain reader needs to watch for

Jump to

Keyboard shortcuts

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