Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BocModule

BOC manipulation module.

Hierarchy

  • BocModule

Index

Constructors

Properties

client: IClient

Methods

  • Unpin BOCs with specified pin defined in the cache_set. Decrease pin reference counter for BOCs with specified pin defined in the cache_set. BOCs which have only 1 pin and its reference counter become 0 will be removed from cache

    Parameters

    Returns Promise<void>

  • Unpin BOCs with specified pin defined in the cache_set. Decrease pin reference counter for BOCs with specified pin defined in the cache_set. BOCs which have only 1 pin and its reference counter become 0 will be removed from cache

    NOTE: Available only for lib-node binding.

    Parameters

    Returns void

  • Encodes bag of cells (BOC) with builder operations. This method provides the same functionality as Solidity TvmBuilder. Resulting BOC of this method can be passed into Solidity and C++ contracts as TvmCell type.

    Parameters

    Returns Promise<ResultOfEncodeBoc>

    ResultOfEncodeBoc

  • Encodes bag of cells (BOC) with builder operations. This method provides the same functionality as Solidity TvmBuilder. Resulting BOC of this method can be passed into Solidity and C++ contracts as TvmCell type.

    NOTE: Available only for lib-node binding.

    Parameters

    Returns ResultOfEncodeBoc

    ResultOfEncodeBoc

  • Parses account boc into a JSON

    remarks

    JSON structure is compatible with GraphQL API account object

    NOTE: Available only for lib-node binding.

    Parameters

    Returns ResultOfParse

    ResultOfParse

  • Parses block boc into a JSON

    remarks

    JSON structure is compatible with GraphQL API block object

    NOTE: Available only for lib-node binding.

    Parameters

    Returns ResultOfParse

    ResultOfParse

  • Parses message boc into a JSON

    remarks

    JSON structure is compatible with GraphQL API message object

    NOTE: Available only for lib-node binding.

    Parameters

    Returns ResultOfParse

    ResultOfParse

  • Parses transaction boc into a JSON

    remarks

    JSON structure is compatible with GraphQL API transaction object

    Parameters

    Returns Promise<ResultOfParse>

    ResultOfParse

  • Parses transaction boc into a JSON

    remarks

    JSON structure is compatible with GraphQL API transaction object

    NOTE: Available only for lib-node binding.

    Parameters

    Returns ResultOfParse

    ResultOfParse

Generated using TypeDoc