mirror of
https://github.com/luxfi/staking.git
synced 2026-07-27 03:51:29 +00:00
10 lines
245 B
Go
10 lines
245 B
Go
// Copyright (C) 2019-2025, Lux Industries, Inc. All rights reserved.
|
|
// See the file LICENSE for licensing terms.
|
|
|
|
package staking
|
|
|
|
import "github.com/luxfi/ids"
|
|
|
|
// Certificate is an alias to ids.Certificate
|
|
type Certificate = ids.Certificate
|