Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoinTransferService ¶
type CoinTransferService interface { Execute( ctx context.Context, fromAccountAddress *common.Address, accountWalletMnemonic *sstring.SecureString, accountWalletPath string, to *common.Address, value uint64, data []byte, ) error }
func NewCoinTransferService ¶
func NewCoinTransferService( cfg *config.Configuration, logger *slog.Logger, uc1 uc_account.GetAccountUseCase, uc2 uc_walletutil.PrivateKeyFromHDWalletUseCase, uc3 uc_mempooltx.MempoolTransactionCreateUseCase, ) CoinTransferService
Click to show internal directories.
Click to hide internal directories.