Interface IForge
Assembly: Netezos.dll
Syntax
Methods
|
Improve this Doc
View Source
ForgeOperationAsync(String, OperationContent)
Declaration
Task<byte[]> ForgeOperationAsync(string branch, OperationContent content)
Parameters
Returns
Type |
Description |
Task<System.Byte[]> |
|
|
Improve this Doc
View Source
ForgeOperationGroupAsync(String, IEnumerable<ManagerOperationContent>)
Declaration
Task<byte[]> ForgeOperationGroupAsync(string branch, IEnumerable<ManagerOperationContent> contents)
Parameters
Returns
Type |
Description |
Task<System.Byte[]> |
|