package
Version:
v0.0.0-...-bd61a53
Opens a new window with list of versions in this module.
Published: Dec 7, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
const (
ChainStart ChainId = iota + 0x00
ChainEth
ChainRopsten
ChainNear
ChainUnknown = 0x99
)
type SourceChain interface {
ChainId() ChainId
MakeReleaseProof([]byte) []byte
}
type TargetChain interface {
ChainId() ChainId
MakeMintProof([]byte) []byte
}
const (
TokenStart TokenId = iota + 0x10000
TokenErc20Oin
TokenEth
TokenUnknown = 0x10099
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.