fix: export KeyPairEd25519 as a type
This commit is contained in:
parent
2f690c5f80
commit
0c060fde55
|
@ -16,7 +16,7 @@ export {
|
|||
createTransportPeer,
|
||||
BasePeer,
|
||||
} from "./transports/index.js";
|
||||
export type { SignedRegistryEntry };
|
||||
export type { SignedRegistryEntry, KeyPairEd25519 };
|
||||
export { NodeId, CID };
|
||||
|
||||
export function createNode(config: S5NodeConfig) {
|
||||
|
|
Loading…
Reference in New Issue