Documentation
    Preparing search index...

    Module @tezos-x/octez.connect-blockchain-substrate - v5.0.0-beta.4

    @tezos-x/octez.connect-blockchain-substrate

    This package is part of the @tezos-x/octez.connect-sdk project. Read more

    This package adds support for substrate based blockchains. It can be used in combination with the @tezos-x/octez.connect-dapp or @tezos-x/octez.connect-wallet packages.

    import { DAppClient } from '@tezos-x/octez.connect-dapp'
    import { SubstrateBlockchain } from '@tezos-x/octez.connect-blockchain-substrate'

    const client = new DAppClient({
    name: 'Example DApp',
    })

    const substrateBlockchain = new SubstrateBlockchain()
    client.addBlockchain(substrateBlockchain)

    Check our documentation for more information. Documentation

    Enumerations

    SubstrateMessageType
    SubstratePermissionScope

    Classes

    SubstrateBlockchain

    Interfaces

    SubstratePermissionRequest
    SubstratePermissionResponse
    SubstrateSignPayloadRequest
    SubstrateTransferRequest

    Type Aliases

    SubstrateSignPayloadResponse
    SubstrateTransferResponse