Skip to content

Commit c577698

Browse files
committed
rm isPlainSignatureType
1 parent a001482 commit c577698

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • packages/wallet/core/src/state/arweave

packages/wallet/core/src/state/arweave/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ const PAYLOAD_VERSION_FILTER = {
7676
'Minor-Version': '2',
7777
} as const
7878

79-
function isPlainSignatureType(type: SignatureType): type is (typeof PLAIN_SIGNATURE_TYPES)[number] {
80-
return (PLAIN_SIGNATURE_TYPES as readonly SignatureType[]).includes(type)
81-
}
82-
8379
function isSapientSignatureType(type: SignatureType): type is (typeof SAPIENT_SIGNATURE_TYPES)[number] {
8480
return (SAPIENT_SIGNATURE_TYPES as readonly SignatureType[]).includes(type)
8581
}

0 commit comments

Comments
 (0)