Left Curve Software Stack
    Preparing search index...

    Type Alias AccountFactoryQueryActions

    type AccountFactoryQueryActions = {
        forgotUsername: (
            args: ForgotUsernameParameters,
        ) => ForgotUsernameReturnType;
        getAccountInfo: (
            args: GetAccountInfoParameters,
        ) => GetAccountInfoReturnType;
        getAccountsByUsername: (
            args: GetAccountsByUsernameParameters,
        ) => GetAccountsByUsernameReturnType;
        getAccountSeenNonces: (
            args: GetAccountSeenNoncesParameters,
        ) => GetAccountSeenNoncesReturnType;
        getAccountStatus: (
            args: GetAccountStatusParameters,
        ) => GetAccountStatusReturnType;
        getAllAccountInfo: (
            args: GetAllAccountInfoParameters,
        ) => GetAllAccountInfoReturnType;
        getCodeHash: (args?: GetCodeHashParameters) => GetCodeHashReturnType;
        getKey: (args: GetKeyParameters) => GetKeyReturnType;
        getKeys: (args: GetKeysParameters) => GetKeysReturnType;
        getKeysByUsername: (
            args: GetKeysByUsernameParameters,
        ) => GetKeysByUsernameReturnType;
        getNextAccountIndex: (
            args: GetNextAccountIndexParameters,
        ) => GetNextAccountIndexReturnType;
        getUser: (args: GetUserParameters) => GetUserReturnType;
        getUserKeys: (args: GetUserKeysParameters) => GetUserKeysReturnType;
        getUsernameByIndex: (
            args: GetUsernameByIndexParameters,
        ) => GetUsernameByIndexReturnType;
        getUsersByKeyHash: (
            args: GetUsersByKeyhashParameters,
        ) => GetUsersByKeyHashReturnType;
    }
    Index

    Properties

    forgotUsername: (args: ForgotUsernameParameters) => ForgotUsernameReturnType
    getAccountInfo: (args: GetAccountInfoParameters) => GetAccountInfoReturnType
    getAccountsByUsername: (
        args: GetAccountsByUsernameParameters,
    ) => GetAccountsByUsernameReturnType
    getAccountSeenNonces: (
        args: GetAccountSeenNoncesParameters,
    ) => GetAccountSeenNoncesReturnType
    getAccountStatus: (
        args: GetAccountStatusParameters,
    ) => GetAccountStatusReturnType
    getAllAccountInfo: (
        args: GetAllAccountInfoParameters,
    ) => GetAllAccountInfoReturnType
    getCodeHash: (args?: GetCodeHashParameters) => GetCodeHashReturnType
    getKey: (args: GetKeyParameters) => GetKeyReturnType
    getKeys: (args: GetKeysParameters) => GetKeysReturnType
    getKeysByUsername: (
        args: GetKeysByUsernameParameters,
    ) => GetKeysByUsernameReturnType
    getNextAccountIndex: (
        args: GetNextAccountIndexParameters,
    ) => GetNextAccountIndexReturnType
    getUser: (args: GetUserParameters) => GetUserReturnType
    getUserKeys: (args: GetUserKeysParameters) => GetUserKeysReturnType
    getUsernameByIndex: (
        args: GetUsernameByIndexParameters,
    ) => GetUsernameByIndexReturnType
    getUsersByKeyHash: (
        args: GetUsersByKeyhashParameters,
    ) => GetUsersByKeyHashReturnType