We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d4b36 commit 3195f2fCopy full SHA for 3195f2f
Sources/SolanaSwift/Models/BufferLayout/BufferLayout.swift
@@ -3,9 +3,7 @@ import Foundation
3
public enum BufferLayoutError: Error {
4
case NotImplemented
5
}
6
-public protocol BufferLayout: Codable, BorshCodable {
7
- static var BUFFER_LENGTH: UInt64 { get }
8
-}
+public protocol BufferLayout: Codable, BorshCodable {}
9
10
extension BufferLayout {
11
public init(from decoder: Decoder) throws {
0 commit comments