ext

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Cryptographic types.
	TypeCrypto                  = abi.Type(1000)
	TypeCryptoS256N             = TypeCrypto + abi.Type(1)
	TypeCryptoS256P             = TypeCrypto + abi.Type(2)
	TypeCryptoS256PubKey        = TypeCrypto + abi.Type(3)
	TypeCryptoS256PrivKey       = TypeCrypto + abi.Type(4)
	TypeCryptoShamirS256N       = TypeCrypto + abi.Type(5)
	TypeCryptoShamirS256P       = TypeCrypto + abi.Type(6)
	TypeCryptoShamirS256PrivKey = TypeCrypto + abi.Type(7)

	// RenVM types.
	TypeRenVM          = abi.Type(1100)
	TypeRenVMTx        = TypeRenVM + abi.Type(1)
	TypeRenVMArgument  = TypeRenVM + abi.Type(2)
	TypeRenVMArguments = TypeRenVM + abi.Type(3)

	// Ethereum types.
	TypeEthereum        = abi.Type(1200)
	TypeEthereumAddress = TypeEthereum + abi.Type(1)
	TypeEthereumTx      = TypeEthereum + abi.Type(2)

	// Bitcoin types.
	TypeBitcoin          = abi.Type(1300)
	TypeBitcoinAddress   = TypeBitcoin + abi.Type(1)
	TypeBitcoinUTXOIndex = TypeBitcoin + abi.Type(2)
	TypeBitcoinUTXO      = TypeBitcoin + abi.Type(3)

	// ZCash types.
	TypeZCash        = abi.Type(1400)
	TypeZCashAddress = TypeZCash + abi.Type(1)

	// Bitcoin Cash types.
	TypeBitcoinCash        = abi.Type(1500)
	TypeBitcoinCashAddress = TypeBitcoinCash + abi.Type(1)

	// Litecoin types.
	TypeLitecoin        = abi.Type(1700)
	TypeLitecoinAddress = TypeLitecoin + abi.Type(1)
)

Enumeration of extension types.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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