Flow.Net
Show / Hide Table of Contents

Class Utilities

Inheritance
Object
Utilities
Namespace: Flow.Net.Sdk.Core
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public static class Utilities

Methods

| Improve this Doc View Source

AddSignerFromConfigAccount(FlowConfigAccount, FlowAccount)

Declaration
public static FlowAccount AddSignerFromConfigAccount(FlowConfigAccount flowConfigAccount, FlowAccount flowAccount)
Parameters
Type Name Description
FlowConfigAccount flowConfigAccount
FlowAccount flowAccount
Returns
Type Description
FlowAccount
| Improve this Doc View Source

CombineByteArrays(Byte[][])

Declaration
public static byte[] CombineByteArrays(byte[][] arrays)
Parameters
Type Name Description
Byte[][] arrays
Returns
Type Description
Byte[]
| Improve this Doc View Source

Pad(Byte[], Int32, Boolean)

Declaration
public static byte[] Pad(byte[] bytes, int length, bool padLeft = true)
Parameters
Type Name Description
Byte[] bytes
Int32 length
Boolean padLeft
Returns
Type Description
Byte[]
| Improve this Doc View Source

Pad(String, Int32, Boolean)

Declaration
public static byte[] Pad(string tag, int length, bool padLeft = true)
Parameters
Type Name Description
String tag
Int32 length
Boolean padLeft
Returns
Type Description
Byte[]
| Improve this Doc View Source

ReadCadenceScript(String, String)

Declaration
public static string ReadCadenceScript(string fileName, string path = null)
Parameters
Type Name Description
String fileName
String path
Returns
Type Description
String
| Improve this Doc View Source

ReadConfig(String, String)

Declaration
public static FlowConfig ReadConfig(string fileName = null, string path = null)
Parameters
Type Name Description
String fileName
String path
Returns
Type Description
FlowConfig
| Improve this Doc View Source

SerializeObject(Object)

Declaration
public static byte[] SerializeObject(object value)
Parameters
Type Name Description
Object value
Returns
Type Description
Byte[]
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX