v0

package
v0.0.0-...-79e627e Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2023 License: MIT Imports: 1 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DBOp

type DBOp struct {
	Operation   string `json:"op"`
	ActionIndex int    `json:"action_idx"`
	OldPayer    string `json:"opayer,omitempty"`
	NewPayer    string `json:"npayer,omitempty"`
	TablePath   string `json:"path"`
	OldData     string `json:"old,omitempty"`
	NewData     string `json:"new,omitempty"`
	// contains filtered or unexported fields
}

type DTrxOp

type DTrxOp struct {
	Operation     string           `json:"op"`
	ActionIndex   int              `json:"action_idx"`
	Sender        string           `json:"sender"`
	SenderID      string           `json:"sender_id"`
	Payer         string           `json:"payer"`
	PublishedAt   string           `json:"published_at"`
	DelayUntil    string           `json:"delay_until"`
	ExpirationAt  string           `json:"expiration_at"`
	TransactionID string           `json:"trx_id"`
	Transaction   *eos.Transaction `json:"trx,omitempty"`
}

type RAMOp

type RAMOp struct {
	ActionIndex int        `json:"action_idx"`
	EventID     string     `json:"event_id"`
	Family      string     `json:"family"`
	Action      string     `json:"action"`
	Operation   string     `json:"op"`
	Payer       string     `json:"payer"`
	Delta       eos.Int64  `json:"delta"`
	Usage       eos.Uint64 `json:"usage"` // new usage
}

type TableOp

type TableOp struct {
	Operation   string `json:"op"`
	ActionIndex int    `json:"action_idx"`
	Payer       string `json:"payer"`
	Path        string `json:"path"`
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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