@aleph-sdk/monorepo
    Preparing search index...

    Type Alias EphAccount

    type EphAccount = {
        address: string;
        mnemonic: string;
        privateKey: string;
        publicKey: string;
    }
    Index

    Properties

    address: string
    mnemonic: string
    privateKey: string
    publicKey: string