solana

package
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context struct {
	Slot decimal.Decimal `json:"slot"`
}

type GetBalanceReply

type GetBalanceReply struct {
	Context Context         `json:"context"`
	Value   decimal.Decimal `json:"value"`
}

type GetBalanceRequest

type GetBalanceRequest struct {
	Account string `json:"account"`
}

type GetTokenAccountBalanceReply

type GetTokenAccountBalanceReply struct {
	Context Context         `json:"context"`
	Value   decimal.Decimal `json:"value"`
}

type GetTokenAccountBalanceRequest

type GetTokenAccountBalanceRequest struct {
	Account string `json:"account"`
}

Jump to

Keyboard shortcuts

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