Class FlowGrpcConverter
Inheritance
FlowGrpcConverter
Assembly: Flow.Net.Sdk.Client.Grpc.dll
Syntax
public static class FlowGrpcConverter
Methods
|
Improve this Doc
View Source
FromFlowScript(FlowScript)
Declaration
public static ExecuteScriptAtLatestBlockRequest FromFlowScript(this FlowScript script)
Parameters
Returns
|
Improve this Doc
View Source
FromFlowScript(FlowScript, String)
Declaration
public static ExecuteScriptAtBlockIDRequest FromFlowScript(this FlowScript script, string blockId)
Parameters
Returns
|
Improve this Doc
View Source
FromFlowScript(FlowScript, UInt64)
Declaration
public static ExecuteScriptAtBlockHeightRequest FromFlowScript(this FlowScript script, ulong blockHeight)
Parameters
Returns
|
Improve this Doc
View Source
FromFlowTransaction(FlowTransaction)
Declaration
public static Transaction FromFlowTransaction(this FlowTransaction flowTransaction)
Parameters
Returns
|
Improve this Doc
View Source
ToFlowAccount(AccountResponse)
Declaration
public static FlowAccount ToFlowAccount(this AccountResponse accountResponse)
Parameters
Returns
|
Improve this Doc
View Source
ToFlowBlock(BlockResponse)
Declaration
public static FlowBlock ToFlowBlock(this BlockResponse blockResponse)
Parameters
Returns
|
Improve this Doc
View Source
ToFlowBlockEvents(EventsResponse)
Declaration
public static IEnumerable<FlowBlockEvent> ToFlowBlockEvents(this EventsResponse eventsResponse)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static FlowBlockHeader ToFlowBlockHeader(this BlockHeaderResponse blockHeaderResponse)
Parameters
Returns
|
Improve this Doc
View Source
ToFlowCollection(CollectionResponse)
Declaration
public static FlowCollection ToFlowCollection(this CollectionResponse collectionResponse)
Parameters
Returns
|
Improve this Doc
View Source
ToFlowExecutionResult(ExecutionResultForBlockIDResponse)
Declaration
public static FlowExecutionResult ToFlowExecutionResult(this ExecutionResultForBlockIDResponse executionResultForBlockIdResponse)
Parameters
Returns
|
Improve this Doc
View Source
ToFlowGetNetworkParametersResponse(GetNetworkParametersResponse)
Declaration
public static FlowNetworkParameters ToFlowGetNetworkParametersResponse(this GetNetworkParametersResponse getNetworkParametersResponse)
Parameters
Returns
|
Improve this Doc
View Source
ToFlowProtocolStateSnapshotResponse(ProtocolStateSnapshotResponse)
Declaration
public static FlowProtocolStateSnapshot ToFlowProtocolStateSnapshotResponse(this ProtocolStateSnapshotResponse protocolStateSnapshotResponse)
Parameters
Returns
|
Improve this Doc
View Source
ToFlowTransaction(Transaction)
Declaration
public static FlowTransaction ToFlowTransaction(this Transaction transaction)
Parameters
Returns
|
Improve this Doc
View Source
ToFlowTransactionId(SendTransactionResponse)
Declaration
public static FlowTransactionId ToFlowTransactionId(this SendTransactionResponse sendTransactionResponse)
Parameters
Returns
|
Improve this Doc
View Source
ToFlowTransactionResponse(TransactionResponse)
Declaration
public static FlowTransactionResponse ToFlowTransactionResponse(this TransactionResponse transactionResponse)
Parameters
Returns
|
Improve this Doc
View Source
ToFlowTransactionResult(TransactionResultResponse)
Declaration
public static FlowTransactionResult ToFlowTransactionResult(this TransactionResultResponse transactionResultResponse)
Parameters
Returns
|
Improve this Doc
View Source
ToFlowTransactions(TransactionsResponse)
Declaration
public static IEnumerable<FlowTransaction> ToFlowTransactions(this TransactionsResponse transactions)
Parameters
Returns
|
Improve this Doc
View Source
ToFlowTransactionsResult(TransactionResultsResponse)
Declaration
public static IEnumerable<FlowTransactionResult> ToFlowTransactionsResult(this TransactionResultsResponse transactionResultsResponse)
Parameters
Returns