Documentation ¶ Index ¶ type Client Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client interface { // SendTransaction executes a broadcast sync send // of the specified transaction to the chain SendTransaction(context.Context, *std.Tx) error } Client defines the client interface for sending tx data Source Files ¶ View all Source files client.go Directories ¶ Show internal Expand all Path Synopsis http Click to show internal directories. Click to hide internal directories.