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 34e312a commit 4207de8Copy full SHA for 4207de8
Sources/web3swift/Operations/WriteOperation.swift
@@ -11,7 +11,7 @@ import Core
11
public class WriteOperation: ReadOperation {
12
13
// FIXME: Rewrite this to CodableTransaction
14
- /// Sends raw transaction for write operation.
+ /// Sends signed or unsigned transaction for write operation.
15
/// - Parameters:
16
/// - password: Password for the private key in the keystore manager attached to the provider
17
/// you set to `web3` passed in the initializer.
0 commit comments