Documentation
      ¶
    
    
  
    
  
    Index ¶
- Variables
 - type Client
 - func (c *Client) AuthQuery() authtypes.QueryClient
 - func (c *Client) BankQuery() banktypes.QueryClient
 - func (c *Client) BroadcastTx(msgList ...sdk.Msg) string
 - func (c *Client) BuildTx(msgList []sdk.Msg, accountNumber, accountSequence uint64) (txBodyBytes, txAuthInfoBytes []byte)
 - func (c *Client) DistrQuery() distrtypes.QueryClient
 - func (c *Client) FxAddress() sdk.AccAddress
 - func (c *Client) GovQuery() govtypes.QueryClient
 - func (c *Client) OtherQuery() othertypes.QueryClient
 - func (c *Client) ServiceClient() tx.ServiceClient
 - func (c *Client) SetPrivateKey(key cryptotypes.PrivKey)
 - func (c *Client) StakingQuery() stakingtypes.QueryClient
 
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var ( TxModeInfo = &tx.ModeInfo{ Sum: &tx.ModeInfo_Single_{ Single: &tx.ModeInfo_Single{Mode: signing.SignMode_SIGN_MODE_DIRECT}, }, } )
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
	// contains filtered or unexported fields
}
    func (*Client) AuthQuery ¶
func (c *Client) AuthQuery() authtypes.QueryClient
func (*Client) BankQuery ¶
func (c *Client) BankQuery() banktypes.QueryClient
func (*Client) DistrQuery ¶
func (c *Client) DistrQuery() distrtypes.QueryClient
func (*Client) FxAddress ¶
func (c *Client) FxAddress() sdk.AccAddress
func (*Client) GovQuery ¶
func (c *Client) GovQuery() govtypes.QueryClient
func (*Client) OtherQuery ¶
func (c *Client) OtherQuery() othertypes.QueryClient
func (*Client) ServiceClient ¶
func (c *Client) ServiceClient() tx.ServiceClient
func (*Client) SetPrivateKey ¶
func (c *Client) SetPrivateKey(key cryptotypes.PrivKey)
func (*Client) StakingQuery ¶
func (c *Client) StakingQuery() stakingtypes.QueryClient
 Click to show internal directories. 
   Click to hide internal directories.