Left Curve Software Stack
    Preparing search index...

    Type Alias AccountFactoryQueryActions

    type AccountFactoryQueryActions = {
        forgotUsername: (
            args: ForgotUsernameParameters,
        ) => ForgotUsernameReturnType;
        getAccountInfo: (
            args: GetAccountInfoParameters,
        ) => GetAccountInfoReturnType;
        getAccountSeenNonces: (
            args: GetAccountSeenNoncesParameters,
        ) => GetAccountSeenNoncesReturnType;
        getAccountStatus: (
            args: GetAccountStatusParameters,
        ) => GetAccountStatusReturnType;
        getAllAccountInfo: (
            args: GetAllAccountInfoParameters,
        ) => GetAllAccountInfoReturnType;
        getCodeHash: (args?: GetCodeHashParameters) => GetCodeHashReturnType;
        getNextAccountIndex: (
            args: GetNextAccountIndexParameters,
        ) => GetNextAccountIndexReturnType;
        getUser: (args: GetUserParameters) => GetUserReturnType;
        getUserKeys: (args: GetUserKeysParameters) => GetUserKeysReturnType;
    }
    Index

    Properties

    forgotUsername: (args: ForgotUsernameParameters) => ForgotUsernameReturnType
    getAccountInfo: (args: GetAccountInfoParameters) => GetAccountInfoReturnType
    getAccountSeenNonces: (
        args: GetAccountSeenNoncesParameters,
    ) => GetAccountSeenNoncesReturnType
    getAccountStatus: (
        args: GetAccountStatusParameters,
    ) => GetAccountStatusReturnType
    getAllAccountInfo: (
        args: GetAllAccountInfoParameters,
    ) => GetAllAccountInfoReturnType
    getCodeHash: (args?: GetCodeHashParameters) => GetCodeHashReturnType
    getNextAccountIndex: (
        args: GetNextAccountIndexParameters,
    ) => GetNextAccountIndexReturnType
    getUser: (args: GetUserParameters) => GetUserReturnType
    getUserKeys: (args: GetUserKeysParameters) => GetUserKeysReturnType