Skip to content

Operation

ratranqu edited this page Jan 28, 2021 · 1 revision

Operation

public typealias Operation = (
    _ random: RandomNumber,
    _ app: BaseApp,
    _ request: Request,
    _ accounts: [Account],
    _ chainID: String
) throws -> (OperationMessage, [FutureOperation])

Clone this wiki locally