Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SolanaClient ¶
type SolanaClient struct {
// contains filtered or unexported fields
}
func NewSolanaClient ¶
func NewSolanaClient() *SolanaClient
NewSolanaClient creates a new solana client structure.
func (*SolanaClient) GetTransaction ¶
func (c *SolanaClient) GetTransaction(txHash string) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.