mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 10:12:19 +00:00
5 lines
108 B
Go
5 lines
108 B
Go
|
package mainchain
|
||
|
|
||
|
// Verifies that SMCClient implements the Client interface.
|
||
|
var _ = Client(&SMCClient{})
|