Versions in this module Expand all Collapse all v1 v1.0.18 Jun 26, 2024 v1.0.17 Jun 26, 2024 v1.0.16 Jun 20, 2024 v1.0.15 Jun 20, 2024 v1.0.14 May 14, 2024 v1.0.13 May 14, 2024 v1.0.12 Apr 19, 2024 v1.0.12-x.0 Mar 5, 2024 v1.0.11 Dec 26, 2023 v1.0.10 Nov 24, 2023 v1.0.9 Nov 24, 2023 v1.0.8 Oct 27, 2023 v1.0.7 Oct 26, 2023 v1.0.6 Oct 5, 2023 Changes in this version + type DefaultSessionDatum struct + Accepted StringSlice + BeginBlock int64 + EndBlock int64 + ID int64 + Indexes StringSlice + Parties StringSlice + Proposer sql.NullString + Root sql.NullString + Signature sql.NullString + Status int + type GorpMigration struct + AppliedAt sql.NullTime + ID string + type KeygenSessionDatum struct + BeginBlock int64 + EndBlock int64 + ID int64 + Key sql.NullString + Parties StringSlice + Status int + type ReshareSessionDatum struct + BeginBlock int64 + EndBlock int64 + ID int64 + KeySignature sql.NullString + NewKey sql.NullString + OldKey sql.NullString + Parties StringSlice + Proposer sql.NullString + Root sql.NullString + Signature sql.NullString + Status int + type StringSlice []string + func (ss *StringSlice) Scan(src interface{}) error + func (ss StringSlice) Value() (driver.Value, error)