cmd

package
v0.11.2 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2024 License: Apache-2.0 Imports: 47 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecodeOperation

func DecodeOperation(c *cli.Context) error

func GenerateObserverKeys added in v0.11.0

func GenerateObserverKeys(c *cli.Context) error

func GenerateTestSafeApproval

func GenerateTestSafeApproval(c *cli.Context) error

func GenerateTestSafeProposal

func GenerateTestSafeProposal(c *cli.Context) error

func GenerateTestTransactionApproval

func GenerateTestTransactionApproval(c *cli.Context) error

func GenerateTestTransactionProposal

func GenerateTestTransactionProposal(c *cli.Context) error

func KeeperBootCmd

func KeeperBootCmd(c *cli.Context) error

func KeeperFundRequest

func KeeperFundRequest(c *cli.Context) error

func MTGUnlockKeeperRequest

func MTGUnlockKeeperRequest(c *cli.Context) error

func MonitorKeeper added in v0.8.1

func MonitorKeeper(ctx context.Context, mdb *nstore.BadgerStore, store *kstore.SQLite3Store, conf *keeper.Configuration, group *mtg.Group, conversationId string)

func MonitorSigner added in v0.9.11

func MonitorSigner(ctx context.Context, mdb *nstore.BadgerStore, store *signer.SQLite3Store, conf *signer.Configuration, group *mtg.Group, conversationId string)

func ObserverBootCmd

func ObserverBootCmd(c *cli.Context) error

func ObserverFillAccountants added in v0.9.14

func ObserverFillAccountants(c *cli.Context) error

func ObserverImportKeys

func ObserverImportKeys(c *cli.Context) error

func SaverBootCmd added in v0.9.3

func SaverBootCmd(c *cli.Context) error

func SignerBootCmd

func SignerBootCmd(c *cli.Context) error

func SignerFundRequest

func SignerFundRequest(c *cli.Context) error

func SignerKeygenRequest

func SignerKeygenRequest(c *cli.Context) error

func SignerSignRequest

func SignerSignRequest(c *cli.Context) error

Types

type Account added in v0.11.0

type Account struct {
	Private     []byte
	Public      []byte
	ChainCode   []byte
	Fingerprint string
}

type UserStore added in v0.9.11

type UserStore interface {
	ReadProperty(ctx context.Context, k string) (string, error)
	WriteProperty(ctx context.Context, k, v string) error
}

Jump to

Keyboard shortcuts

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