Documentation ¶
Index ¶
Constants ¶
View Source
const MaxQueueLen = 1000
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Txm ¶
type Txm struct {
// contains filtered or unexported fields
}
Txm manages transactions for the solana blockchain. simple implementation with no persistently stored txs
func NewTxm ¶
func NewTxm(tc func() (solanaClient.ReaderWriter, error), cfg config.Config, lggr logger.Logger) *Txm
NewTxm creates a txm. Uses simulation so should only be used to send txes to trusted contracts i.e. OCR.
Click to show internal directories.
Click to hide internal directories.