Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BillService ¶
type BillService interface {
Split(ctx context.Context, from string, payers []string, amount domain.USD, password string) (deployedContractAddress string, txHashHex string, err error)
}
func NewBillService ¶
func NewBillService(accountService accounts.AccountService, client *ethclient.Client) BillService
Click to show internal directories.
Click to hide internal directories.