Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitcoinIndexer ¶
type BitcoinIndexer struct {
// contains filtered or unexported fields
}
func NewBitcoinIndexer ¶
func NewBitcoinIndexer(sdk *btc.SDK) *BitcoinIndexer
func (*BitcoinIndexer) ComputeTxHash ¶
func (b *BitcoinIndexer) ComputeTxHash(proposedTx []byte, sigs map[string]tss.KeysignResponse) (string, error)
type EvmIndexer ¶
type EvmIndexer struct {
// contains filtered or unexported fields
}
func NewEvmIndexer ¶
func NewEvmIndexer(evmChainID *big.Int) *EvmIndexer
func (*EvmIndexer) ComputeTxHash ¶
func (e *EvmIndexer) ComputeTxHash(proposedTx []byte, sigs map[string]tss.KeysignResponse) (string, error)
type SolanaIndexer ¶
type SolanaIndexer struct {
// contains filtered or unexported fields
}
func NewSolanaIndexer ¶
func NewSolanaIndexer(sdk *solanaSDK.SDK) *SolanaIndexer
func (*SolanaIndexer) ComputeTxHash ¶
func (s *SolanaIndexer) ComputeTxHash(proposedTx []byte, sigs map[string]tss.KeysignResponse) (string, error)
type XRPIndexer ¶
type XRPIndexer struct {
// contains filtered or unexported fields
}
func NewXRPIndexer ¶
func NewXRPIndexer(sdk *xrpl.SDK) *XRPIndexer
func (*XRPIndexer) ComputeTxHash ¶
func (x *XRPIndexer) ComputeTxHash(proposedTx []byte, sigs map[string]tss.KeysignResponse) (string, error)
Click to show internal directories.
Click to hide internal directories.