Flow.Net
Show / Hide Table of Contents

Class FlowApiConverter

Inheritance
Object
FlowApiConverter
Namespace: Flow.Net.Sdk.Client.Http
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
public static class FlowApiConverter

Methods

| Improve this Doc View Source

FromBlockSeals(ICollection<BlockSeal>)

Declaration
public static IList<FlowBlockSeal> FromBlockSeals(this ICollection<BlockSeal> blockSeals)
Parameters
Type Name Description
ICollection<BlockSeal> blockSeals
Returns
Type Description
IList<FlowBlockSeal>
| Improve this Doc View Source

FromCollectionGuarantees(ICollection<CollectionGuarantee>)

Declaration
public static IList<FlowCollectionGuarantee> FromCollectionGuarantees(this ICollection<CollectionGuarantee> collectionGuarantees)
Parameters
Type Name Description
ICollection<CollectionGuarantee> collectionGuarantees
Returns
Type Description
IList<FlowCollectionGuarantee>
| Improve this Doc View Source

FromFlowProposalKey(FlowProposalKey)

Declaration
public static ProposalKey FromFlowProposalKey(this FlowProposalKey flowProposalKey)
Parameters
Type Name Description
FlowProposalKey flowProposalKey
Returns
Type Description
ProposalKey
| Improve this Doc View Source

FromFlowScript(FlowScript)

Declaration
public static ScriptBody FromFlowScript(this FlowScript flowScript)
Parameters
Type Name Description
FlowScript flowScript
Returns
Type Description
ScriptBody
| Improve this Doc View Source

FromFlowSignature(FlowSignature)

Declaration
public static TransactionSignature FromFlowSignature(this FlowSignature flowSignature)
Parameters
Type Name Description
FlowSignature flowSignature
Returns
Type Description
TransactionSignature
| Improve this Doc View Source

FromFlowTransaction(FlowTransaction)

Declaration
public static TransactionBody FromFlowTransaction(this FlowTransaction flowTransaction)
Parameters
Type Name Description
FlowTransaction flowTransaction
Returns
Type Description
TransactionBody
| Improve this Doc View Source

ToFlowAccount(Account)

Declaration
public static FlowAccount ToFlowAccount(this Account account)
Parameters
Type Name Description
Account account
Returns
Type Description
FlowAccount
| Improve this Doc View Source

ToFlowBlock(ICollection<Block>)

Declaration
public static IList<FlowBlock> ToFlowBlock(this ICollection<Block> blocks)
Parameters
Type Name Description
ICollection<Block> blocks
Returns
Type Description
IList<FlowBlock>
| Improve this Doc View Source

ToFlowBlockEvent(ICollection<BlockEvents>)

Declaration
public static IEnumerable<FlowBlockEvent> ToFlowBlockEvent(this ICollection<BlockEvents> blockEvents)
Parameters
Type Name Description
ICollection<BlockEvents> blockEvents
Returns
Type Description
IEnumerable<FlowBlockEvent>
| Improve this Doc View Source

ToFlowCollection(Collection)

Declaration
public static FlowCollection ToFlowCollection(this Collection collection)
Parameters
Type Name Description
Collection collection
Returns
Type Description
FlowCollection
| Improve this Doc View Source

ToFlowEvent(Event)

Declaration
public static FlowEvent ToFlowEvent(this Event event)
Parameters
Type Name Description
Event event
Returns
Type Description
FlowEvent
| Improve this Doc View Source

ToFlowEvent(ICollection<Event>)

Declaration
public static IEnumerable<FlowEvent> ToFlowEvent(this ICollection<Event> events)
Parameters
Type Name Description
ICollection<Event> events
Returns
Type Description
IEnumerable<FlowEvent>
| Improve this Doc View Source

ToFlowExecutionResult(ICollection<ExecutionResult>)

Declaration
public static IList<FlowExecutionResult> ToFlowExecutionResult(this ICollection<ExecutionResult> executionResults)
Parameters
Type Name Description
ICollection<ExecutionResult> executionResults
Returns
Type Description
IList<FlowExecutionResult>
| Improve this Doc View Source

ToFlowTransactionId(Transaction)

Declaration
public static FlowTransactionId ToFlowTransactionId(this Transaction transaction)
Parameters
Type Name Description
Transaction transaction
Returns
Type Description
FlowTransactionId
| Improve this Doc View Source

ToFlowTransactionResponse(Transaction)

Declaration
public static FlowTransactionResponse ToFlowTransactionResponse(this Transaction transaction)
Parameters
Type Name Description
Transaction transaction
Returns
Type Description
FlowTransactionResponse
| Improve this Doc View Source

ToFlowTransactionResult(Transaction)

Declaration
public static FlowTransactionResult ToFlowTransactionResult(this Transaction transaction)
Parameters
Type Name Description
Transaction transaction
Returns
Type Description
FlowTransactionResult
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX