Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Adapter
    • TaxStrategyRegistryAdapter

Index

Constructors

Properties

addressTranslator: AddressTranslator
contractResolver: ContractResolver

Methods

  • accountIdToAddress(accountId: AccountId): string
  • Parameters

    • accountId: AccountId

    Returns string

  • addressToAccountId(address: string): AccountId
  • Parameters

    • address: string

    Returns AccountId

  • addressToAssetType(address: string, namespace: string): AssetType
  • Parameters

    • address: string
    • namespace: string

    Returns AssetType

  • assetIdToAddress(assetId: AssetId): string
  • Parameters

    • assetId: AssetId

    Returns string

  • assetTypeToAddress(assetType: AssetType): string
  • Parameters

    • assetType: AssetType

    Returns string

  • decodeAgreementTerms(params: AgreementTermsStruct): AgreementTerms
  • Parameters

    • params: AgreementTermsStruct

    Returns AgreementTerms

  • decodeAsset(asset: AssetStructOutput): Asset
  • Parameters

    • asset: AssetStructOutput

    Returns Asset

  • encodeAsset(asset: Asset): AssetStruct
  • Parameters

    Returns AssetStruct

  • erc20AssetMetadata(assetType: AssetType): Promise<{ decimals: number; name: string; symbol: string }>
  • Parameters

    • assetType: AssetType

    Returns Promise<{ decimals: number; name: string; symbol: string }>

  • getChainId(): Promise<ChainId>
  • Returns Promise<ChainId>

  • isRegisteredTaxStrategy(taxStrategyId: BytesLike): Promise<boolean>
  • optionalAccountIdToAddress(accountId?: AccountId): undefined | string
  • Parameters

    • Optional accountId: AccountId

    Returns undefined | string

  • registerTaxStrategy(taxStrategyId: BytesLike, config: TaxStrategyConfig): Promise<ContractTransaction>
  • setTaxController(taxStrategyId: BytesLike, controller: AccountId): Promise<ContractTransaction>
  • Sets tax strategy controller.

    Parameters

    • taxStrategyId: BytesLike

      Tax strategy ID.

    • controller: AccountId

      Tax controller account ID.

    Returns Promise<ContractTransaction>

  • taxController(taxStrategyId: BytesLike): Promise<AccountId>

Generated using TypeDoc