Documentation ¶
Index ¶
Constants ¶
View Source
const (
JwtSecretLength = 32
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetSignStateBatch ¶
func (c *Client) GetSignStateBatch(BatchData common.SignStateRequest) ([]byte, error)
type TssClient ¶
type TssClient interface {
GetSignStateBatch(BatchData common.SignStateRequest) ([]byte, error)
}
type TssResponse ¶
Click to show internal directories.
Click to hide internal directories.