cmd

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

Copyright © 2023 NAME HERE <EMAIL ADDRESS>

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

Types

type MintFungibleTokenParams

type MintFungibleTokenParams struct {
	SolanaRPCEndpoint string
	ArweaveKey        string
	MintAuthority     string
	FeePayer          string

	Name        string
	Symbol      string
	Decimals    int8
	Icon        string
	ExternalURL string
	Description string
	Attributes  map[string]string
}

func (MintFungibleTokenParams) Validate

func (p MintFungibleTokenParams) Validate() error

Validate validates the parameters.

Jump to

Keyboard shortcuts

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