OperationActivateAccount
public class OperationActivateAccount : Operation
Operation subclass for revealing a publickey to the network.
-
Declaration
Swift
public let publicKey: String -
Declaration
Swift
public let secret: String -
Create a base operation.
Declaration
Swift
public required init(from decoder: Decoder) throwsParameters
fromA decoder used to convert a data fromat (such as JSON) into the model object.
-
Convert the object into a data format, such as JSON.
Declaration
Swift
public override func encode(to encoder: Encoder) throwsParameters
toAn encoder that will allow conversions to multipel data formats.
-
A function to check if two operations are equal.
Declaration
Swift
public func isEqual(_ op: OperationActivateAccount) -> BoolParameters
_An
Operationto compare againstReturn Value
A
Boolindicating the result.
Install in Dash