Documentation ¶
Index ¶
- Constants
- func Name() string
- type Service
- func (s *Service) AddUserSignatureAndProcessLock(args client.BTCLockRequest, reply *client.CreateTxReply) error
- func (s *Service) GetMaxTrackerBalance(args client.EmptyRequest, reply *client.MaxTrackerBalanceReply) error
- func (s *Service) GetTracker(args client.BTCGetTrackerRequest, reply *client.BTCGetTrackerReply) error
- func (s *Service) PrepareLock(args client.BTCLockPrepareRequest, reply *client.BTCLockPrepareResponse) error
- func (s *Service) PrepareRedeem(args client.BTCRedeemRequest, reply *client.BTCRedeemPrepareResponse) error
Constants ¶
View Source
const ( MINIMUM_CONFIRMATIONS_REQ = 6 MINIMUM_CONFIRMATIONS_REQ_TEST = 1 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) AddUserSignatureAndProcessLock ¶
func (s *Service) AddUserSignatureAndProcessLock(args client.BTCLockRequest, reply *client.CreateTxReply) error
func (*Service) GetMaxTrackerBalance ¶ added in v0.14.0
func (s *Service) GetMaxTrackerBalance(args client.EmptyRequest, reply *client.MaxTrackerBalanceReply) error
func (*Service) GetTracker ¶
func (s *Service) GetTracker(args client.BTCGetTrackerRequest, reply *client.BTCGetTrackerReply) error
func (*Service) PrepareLock ¶
func (s *Service) PrepareLock(args client.BTCLockPrepareRequest, reply *client.BTCLockPrepareResponse) error
PrepareLock
func (*Service) PrepareRedeem ¶
func (s *Service) PrepareRedeem(args client.BTCRedeemRequest, reply *client.BTCRedeemPrepareResponse) error
Click to show internal directories.
Click to hide internal directories.