spb/os-vault Public
Self-custody, multi-chain crypto wallet for macOS. One recovery phrase, six chain families, zero API keys — nothing leaves your Mac.
Swift 96%
Shell 3.4%
Makefile 0.6%
1import Foundation23public enum VersionedTransactionError: Error, Equatable {4 case nonRequiredSigner(String)5 case unknownSigner(String)6 case invalidSigner(String)7 case noSigner8 case signatureVerificationError9 case signatureNotFound10 case noInstructionProvided11 case feePayerNotFound12 case recentBlockhashNotFound13 case unknown14}15