Files
ritmex-bot/docs/lighter/lighter-go-main/client/interface.go
T
2025-12-07 21:37:58 +08:00

7 lines
187 B
Go

package client
type MinimalHTTPClient interface {
GetNextNonce(accountIndex int64, apiKeyIndex uint8) (int64, error)
GetApiKey(accountIndex int64, apiKeyIndex uint8) (string, error)
}