Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel interface { //GetDefaultCurrency() string GeneratePaymentAddress() (Address string, Seed string, err error) TransferAmount(Order *m.UserOrder, inTx *m.IncomingTransaction, Amount *big.Int, destAddress string, TransationStatus string, BTCOutIndex int) error Start() error Name() string }
Channel reepresents one PaymentChannel
Click to show internal directories.
Click to hide internal directories.