Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct {
// contains filtered or unexported fields
}
Node struct holding the hedera.Client. Used to interact with Hedera consensus nodes
func NewNodeClient ¶
NewNodeClient creates new instance of hedera.Client based on the provided client configuration
func (Node) GetClient ¶
func (hc Node) GetClient() *hedera.Client
GetClient returns the hedera.Client
func (Node) SubmitTopicConsensusMessage ¶
func (hc Node) SubmitTopicConsensusMessage(topicId hedera.TopicID, message []byte) (*hedera.TransactionID, error)
SubmitTopicConsensusMessage submits the provided message bytes to the specified HCS `topicId`
Click to show internal directories.
Click to hide internal directories.