Documentation ¶
Index ¶
Constants ¶
View Source
const GAS_LIMIT = 21000
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransferService ¶
type TransferService interface {
Transfer(ctx context.Context, from string, to string, amount domain.USD, password string) error
}
func NewTransferService ¶
func NewTransferService(accountService accounts.AccountService, priceService price.PriceService, client *ethclient.Client) TransferService
Click to show internal directories.
Click to hide internal directories.