Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Delegate string
Secret string
Password string
Service bool
Cycle int
URL string
Fee float32
File string
NetworkFee int
NetworkGasLimit int
PaymentMinimum int
Blacklist []string
Dry bool
RedditAgent string
RedditTitle string
TwitterPath string
TwitterTitle string
Twitter bool
PaymentsOverride PaymentsOverride
}
Options is a struct to represent configuration options for payman
type PaymentsOverride ¶ added in v1.0.2
PaymentsOverride is a configuration option to override the payments calculation with your own
func (*PaymentsOverride) ReadPaymentsOverride ¶ added in v1.0.2
func (p *PaymentsOverride) ReadPaymentsOverride() ([]goTezos.Payment, error)
ReadPaymentsOverride generates the Payment Struct for the payer
Click to show internal directories.
Click to hide internal directories.