We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdc1be commit 981d1e6Copy full SHA for 981d1e6
Sources/Core/Transaction/CodableTransaction.swift
@@ -7,9 +7,9 @@
7
import Foundation
8
import BigInt
9
10
-/// Structure capable of carying the parameters for any transaction type.
11
-/// while all fields in this struct are optional, they are not necessarily
12
-/// optional for the type of transaction they apply to.
+/// Structure capable of carying the parameters for any transaction type.
+/// While most fields in this struct are optional, they are not necessarily
+/// optional for the type of transaction they apply to.
13
public struct CodableTransaction {
14
/// internal acccess only. The transaction envelope object itself that contains all the transaction data
15
/// and type specific implementation
0 commit comments