Documentation ¶ Index ¶ type Result func (r *Result) Error() error func (r *Result) TransactionResult() *flow.TransactionResult type Sender func NewSender(c *client.Client) *Sender func (s *Sender) Send(ctx context.Context, tx *flow.Transaction, signer *cli.Account) <-chan Result Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Result ¶ type Result struct { // contains filtered or unexported fields } func (*Result) Error ¶ func (r *Result) Error() error func (*Result) TransactionResult ¶ func (r *Result) TransactionResult() *flow.TransactionResult type Sender ¶ type Sender struct { // contains filtered or unexported fields } func NewSender ¶ func NewSender(c *client.Client) *Sender func (*Sender) Send ¶ func (s *Sender) Send( ctx context.Context, tx *flow.Transaction, signer *cli.Account, ) <-chan Result Source Files ¶ View all Source files txsender.go Click to show internal directories. Click to hide internal directories.