system

package
v0.85.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2021 License: MIT Imports: 6 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ProgramKey [32]byte
View Source
var RecentBlockhashesSysVar ed25519.PublicKey

RecentBlockhashesSysVar points to the system variable "Recent Blockhashes"

Source: https://github.com/solana-labs/solana/blob/f02a78d8fff2dd7297dc6ce6eb5a68a3002f5359/sdk/src/sysvar/recent_blockhashes.rs#L12-L15

View Source
var RentSysVar ed25519.PublicKey

RentSysVar points to the system variable "Rent"

Source: https://github.com/solana-labs/solana/blob/f02a78d8fff2dd7297dc6ce6eb5a68a3002f5359/sdk/src/sysvar/rent.rs#L11

Functions

Types

type DecompiledAdvanceNonce added in v0.82.0

type DecompiledAdvanceNonce struct {
	Account   ed25519.PublicKey
	Authority ed25519.PublicKey
}

func DecompileAdvanceNonce added in v0.82.0

func DecompileAdvanceNonce(m solana.Message, index int) (*DecompiledAdvanceNonce, error)

type DecompiledCreateAccount

type DecompiledCreateAccount struct {
	Funder  ed25519.PublicKey
	Address ed25519.PublicKey

	Lamports uint64
	Size     uint64
	Owner    ed25519.PublicKey
}

func DecompileCreateAccount

func DecompileCreateAccount(m solana.Message, index int) (*DecompiledCreateAccount, error)

Jump to

Keyboard shortcuts

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