ethereum

package
v1.13.6 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthorizerSignature

type AuthorizerSignature struct {
	ID        string `json:"authorizer_id"`
	Signature []byte `json:"signature"`
}

type BurnEvent added in v1.8.16

type BurnEvent struct {
	Nonce           int64  `json:"nonce"`
	TransactionHash string `json:"hash"`
}

type MintPayload

type MintPayload struct {
	ZCNTxnID   string                 `json:"zcn_txn_id"`
	Amount     int64                  `json:"amount"`
	To         string                 `json:"to"`
	Nonce      int64                  `json:"nonce"`
	Signatures []*AuthorizerSignature `json:"signatures"`
}

MintPayload Payload to submit to the ethereum bridge contract

func (*MintPayload) Encode

func (mp *MintPayload) Encode() []byte

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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