8 lines
111 B
Go
8 lines
111 B
Go
package types
|
|
|
|
import (
|
|
"github.com/filecoin-project/specs-actors/actors/abi"
|
|
)
|
|
|
|
type BitField = abi.BitField
|