Documentation ¶
Index ¶
- type Node
- func (n Node) GetHeader(h int64) (header tendermint.Header, err error)
- func (n Node) GetProof(packet bankmock.Packet, h int64) (merkle.Proof, error)
- func (n Node) SendTx(msgs []sdk.Msg) error
- func (n *Node) WithChannelId(channelId string) *Node
- func (n *Node) WithClientId(clientId string) *Node
- func (n *Node) WithCounterpartyClientId(clientId string) *Node
- func (n *Node) WithLogger(logger log.Logger) *Node
- func (n *Node) WithPrefix(prefix config.Bech32Prefix) *Node
- type Relayer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct { ctx.CLIContext auth.TxBuilder Passphrase string ClientId string ChannelId string CounterpartyClientId string // contains filtered or unexported fields }
func (*Node) WithChannelId ¶
func (*Node) WithClientId ¶
func (*Node) WithCounterpartyClientId ¶
func (*Node) WithPrefix ¶
func (n *Node) WithPrefix(prefix config.Bech32Prefix) *Node
Click to show internal directories.
Click to hide internal directories.