Interface IUnforge
Namespace: Netezos.Forging
Assembly: Netezos.dll
Syntax
public interface IUnforge
Methods
| Improve this Doc View SourceUnforgeOperationAsync(Byte[])
Declaration
Task<(string, IEnumerable<OperationContent>)> UnforgeOperationAsync(byte[] content)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | content |
Returns
Type | Description |
---|---|
Task<System.ValueTuple<System.String, IEnumerable<OperationContent>>> |