Documentation
¶
Overview ¶
package tapcards provides a simple queue implementation.
Index ¶
- func EnableDebugLogging()
- func UseEmulator()
- type Satscard
- func (satscard *Satscard) CertsRequest() ([]byte, error)
- func (satscard *Satscard) ISOAppletSelectRequest() ([]byte, error)
- func (satscard *Satscard) NewRequest(cvc string) ([]byte, error)
- func (satscard *Satscard) ParseResponse(response []byte) ([]byte, error)
- func (satscard *Satscard) ReadRequest() ([]byte, error)
- func (satscard *Satscard) StatusRequest() ([]byte, error)
- func (satscard *Satscard) UnsealRequest(cvc string) ([]byte, error)
- func (satscard *Satscard) WaitRequest() ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnableDebugLogging ¶
func EnableDebugLogging()
func UseEmulator ¶
func UseEmulator()
Types ¶
type Satscard ¶
type Satscard struct { //TODO: Make private and use getters so these cannot be changed ActiveSlot int NumberOfSlots int Identity string PaymentAddress string Proto int Birth int Version string ActiveSlotPrivateKey string AuthDelay int // contains filtered or unexported fields }
func (*Satscard) CertsRequest ¶
func (*Satscard) ISOAppletSelectRequest ¶
ISO Applet Select
func (*Satscard) ParseResponse ¶
func (*Satscard) ReadRequest ¶
func (*Satscard) StatusRequest ¶
func (*Satscard) UnsealRequest ¶
func (*Satscard) WaitRequest ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.