@raoul-picconi/mojito-sdk
    Preparing search index...

    Interface MintlayerState

    interface MintlayerState {
        addresses: AccountAddresses;
        apiServer: string;
        isExtensionInstalled: boolean;
        network: null | Network;
        version: string;
    }
    Index

    Properties

    addresses: AccountAddresses
    apiServer: string
    isExtensionInstalled: boolean
    network: null | Network
    version: string