Documentation ¶
Index ¶
- type Service
- func (s *Service) VerifyFeeRecord(expectedRecord *entity.Fee) (bool, error)
- func (s *Service) VerifyScheduleRecord(expectedRecord *entity.Schedule) (bool, error)
- func (s *Service) VerifyTransferAndSignatureRecords(expectedTransferRecord *entity.Transfer, amount string, signatures []string) (bool, error)
- func (s *Service) VerifyTransferRecord(expectedTransferRecord *entity.Transfer) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) VerifyFeeRecord ¶
func (*Service) VerifyScheduleRecord ¶
func (*Service) VerifyTransferAndSignatureRecords ¶
Click to show internal directories.
Click to hide internal directories.