types

package
v0.0.0-...-dc3c4d4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 9, 2023 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

View Source
const (
	AuthHeaderBillingKey = "Billing-Key"
	AuthHeaderApiKey     = "Api-Key"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ApiAuthKey

type ApiAuthKey struct {
	Sig       string // signature
	Timestamp int64  // timestamp
}

type BillingAuthKey

type BillingAuthKey struct {
	Msg string `json:"msg"` // signed message
	Sig string `json:"sig"` // signature
}

type VipInfo

type VipInfo struct {
	contract.ICardTrackerVipInfo // VIP card info

	Account common.Address // VIP account address
}

VipInfo VIP subscription information

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL