Documentation ¶
Index ¶
- type Service
- func (s *Service) ExecuteScheduledBurnTransaction(id, asset string, amount int64, status *chan string, ...)
- func (s *Service) ExecuteScheduledMintTransaction(id, asset string, amount int64, status *chan string, ...)
- func (s *Service) ExecuteScheduledNftAllowTransaction(id string, nftID hedera.NftID, owner hedera.AccountID, ...)
- func (s *Service) ExecuteScheduledNftTransferTransaction(id string, nftID hedera.NftID, sender hedera.AccountID, ...)
- func (s *Service) ExecuteScheduledTransferTransaction(id, nativeAsset string, transfers []transfer.Hedera, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func New ¶
func New( payerAccount string, hederaNodeClient client.HederaNode, mirrorNodeClient client.MirrorNode) *Service
func (*Service) ExecuteScheduledBurnTransaction ¶
func (*Service) ExecuteScheduledMintTransaction ¶
func (*Service) ExecuteScheduledNftAllowTransaction ¶
func (*Service) ExecuteScheduledNftTransferTransaction ¶
func (s *Service) ExecuteScheduledNftTransferTransaction( id string, nftID hedera.NftID, sender hedera.AccountID, receiving hedera.AccountID, approved bool, onExecutionSuccess func(transactionID, scheduleID string), onExecutionFail, onSuccess, onFail func(transactionID string))
ExecuteScheduledNftTransferTransaction submits a scheduled nft transaction and executes provided functions when necessary
func (*Service) ExecuteScheduledTransferTransaction ¶
func (s *Service) ExecuteScheduledTransferTransaction( id, nativeAsset string, transfers []transfer.Hedera, onExecutionSuccess func(transactionID, scheduleID string), onExecutionFail, onSuccess, onFail func(transactionID string))
ExecuteScheduledTransferTransaction submits a scheduled transaction and executes provided functions when necessary
Click to show internal directories.
Click to hide internal directories.