Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context interface { context.Context XPubID() string Log() *zerolog.Logger Paymail() paymail.ServiceClient PaymailAddressService() paymailaddress.Service }
Context is a context for the evaluation of a transaction outline specification.
func NewContext ¶
func NewContext(c context.Context, xPubID string, log *zerolog.Logger, paymail paymail.ServiceClient, paymailAddressService paymailaddress.Service) Context
NewContext creates a new context
Click to show internal directories.
Click to hide internal directories.