Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Blockchain ¶
type Blockchain struct {
// contains filtered or unexported fields
}
func NewBlockchain ¶
func NewBlockchain(rpc string, chainId uint, privateKeyStr string) (*Blockchain, error)
func (*Blockchain) Mint ¶
func (b *Blockchain) Mint(ctx context.Context, params Mint) (MintResult, error)
type MintResult ¶
type TxCreationReverted ¶
type TxCreationReverted error
Click to show internal directories.
Click to hide internal directories.